@extends('layouts.argo') @section('content')

Atualizar Horário de Atendimento

@method(' PUT') {{csrf_field()}}
redir == "R" ? "checked" : "" }} > Ramal
@if($errors->has('destino_ramal')) @foreach($errors->get('destino_ramal') as $e) {{$e}} @endforeach @endif
redir == "A" ? "checked" : "" }}> Audio
@if($errors->has('destino_audio')) @foreach($errors->get('destino_audio') as $e) {{$e}} @endforeach @endif
redir == "U" ? "checked" : "" }}> Ura
@if($errors->has('destino_ura')) @foreach($errors->get('destino_ura') as $e) {{$e}} @endforeach @endif
redir == "Q" ? "checked" : "" }}> Filas
@if($errors->has('destino_fila')) @foreach($errors->get('destino_fila') as $e) {{$e}} @endforeach @endif
@php if(isset($semana->dias)){ $diasSemana = explode(',', $semana->dias); } else { $diasSemana = [ 0 => 0, ]; } @endphp
Seg
Ter
Qua
Qui
Sex
hora_ini)) : "") }}"> @if($errors->has('hour_ini')) @foreach($errors->get('hour_ini') as $e) {{$e}} @endforeach @endif
hora_fin)) : "") }}" > @if($errors->has('hour_fin')) @foreach($errors->get('hour_fin') as $e) {{$e}} @endforeach @endif
hora_ini_pausa)) : "") }}"> @if($errors->has('break_ini')) @foreach($errors->get('break_ini') as $e) {{$e}} @endforeach @endif
hora_fin_pausa)) : "") }}"> @if($errors->has('break_fin')) @foreach($errors->get('break_fin') as $e) {{$e}} @endforeach @endif
Sábado dias == 6 ? "checked" : "" }}>
hora_ini)) : "") }}"> @if($errors->has('hour_ini_saturday')) @foreach($errors->get('hour_ini_saturday') as $e) {{$e}} @endforeach @endif
hora_fin)) : "") }}"> @if($errors->has('hour_fin_saturday')) @foreach($errors->get('hour_fin_saturday') as $e) {{$e}} @endforeach @endif
hora_ini_pausa)) : "") }}"> @if($errors->has('break_ini_saturday')) @foreach($errors->get('break_ini_saturday') as $e) {{$e}} @endforeach @endif
hora_fin_pausa)) : "") }}"> @if($errors->has('break_fin_saturday')) @foreach($errors->get('break_fin_saturday') as $e) {{$e}} @endforeach @endif
Domingo dias == 0 ? "checked" : "") }}>
hora_ini)) : "" ) }}"> @if($errors->has('hour_ini_sunday')) @foreach($errors->get('hour_ini_sunday') as $e) {{$e}} @endforeach @endif
hora_fin)) : "") }}"> @if($errors->has('hour_fin_sunday')) @foreach($errors->get('hour_fin_sunday') as $e) {{$e}} @endforeach @endif
hora_ini_pausa)) : "") }}"> @if($errors->has('break_ini_sunday')) @foreach($errors->get('break_ini_sunday') as $e) {{$e}} @endforeach @endif
hora_fin_pausa)) : "") }}"> @if($errors->has('break_fin_sunday')) @foreach($errors->get('break_fin_sunday') as $e) {{$e}} @endforeach @endif
redir_out == "R" ? "checked" : "" }}> Ramal
@if($errors->has('destino_out_ramal')) @foreach($errors->get('destino_out_ramal') as $e) {{$e}} @endforeach @endif
redir_out == "A" ? "checked" : "" }}> Audio
@if($errors->has('destino_out_audio')) @foreach($errors->get('destino_out_audio') as $e) {{$e}} @endforeach @endif
redir_out == "U" ? "checked" : "" }}> Ura
@if($errors->has('destino_out_ura')) @foreach($errors->get('destino_out_ura') as $e) {{$e}} @endforeach @endif
redir_out == "Q" ? "checked" : "" }}> Filas
@if($errors->has('destino_out_fila')) @foreach($errors->get('destino_out_fila') as $e) {{$e}} @endforeach @endif
@endsection