@if($errors->has('nome')) @foreach($errors->get('nome') as $e) {{$e}} @endforeach @endif {{-- --}}
redir) && $grupo->redir == "R" ? "checked" : "" ) }} {{ ( old('destino') == "R" ? "checked" : "" ) }}> Ramal @if($errors->has('destino_ramal')) @foreach($errors->get('destino_ramal') as $e) {{$e}} @endforeach @endif
redir) && $grupo->redir == "A" ? "checked" : "") }} {{ ( old('destino') == "A" ? "checked" : "" ) }}> Audio @if($errors->has('destino_audio')) @foreach($errors->get('destino_audio') as $e) {{$e}} @endforeach @endif
redir) && $grupo->redir == "U" ? "checked" : "") }} {{ ( old('destino') == "U" ? "checked" : "" ) }}> Ura @if($errors->has('destino_ura')) @foreach($errors->get('destino_ura') as $e) {{$e}} @endforeach @endif
redir) && $grupo->redir == "Q" ? "checked" : "") }} {{ ( old('destino') == "Q" ? "checked" : "" ) }}> Filas @if($errors->has('destino_fila')) @foreach($errors->get('destino_fila') as $e) {{$e}} @endforeach @endif
redir) && $grupo->redir == "T" ? "checked" : "") }} {{ ( old('destino') == "T" ? "checked" : "" ) }}> Horário de Atendimento @if($errors->has('destino_time')) @foreach($errors->get('destino_time') as $e) {{$e}} @endforeach @endif
@php if(isset($regras->dias)){ $diasSemana = explode(',', $regras->dias); } else { $diasSemana = [ 0 => 10, ]; } @endphp
Seg
Ter
Qua
Qui
Sex
Sab
Dom
hora_ini)) : old('hour_ini')) }}"> @if($errors->has('hour_ini')) @foreach($errors->get('hour_ini') as $e) {{$e}} @endforeach @endif
hora_fin)) : old('hour_fin')) }}" > @if($errors->has('hour_fin')) @foreach($errors->get('hour_fin') as $e) {{$e}} @endforeach @endif