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

Cadastrar Regra de Horário

{{csrf_field()}}
@if($errors->has('nome')) @foreach($errors->get('nome') as $e) {{$e}} @endforeach @endif
Seg
Ter
Qua
Qui
Sex
@if($errors->has('hour_ini')) @foreach($errors->get('hour_ini') as $e) {{$e}} @endforeach @endif
@if($errors->has('hour_fin')) @foreach($errors->get('hour_fin') as $e) {{$e}} @endforeach @endif
Sababo
@if($errors->has('hour_ini_saturday')) @foreach($errors->get('hour_ini_saturday') as $e) {{$e}} @endforeach @endif
@if($errors->has('hour_fin_saturday')) @foreach($errors->get('hour_fin_saturday') as $e) {{$e}} @endforeach @endif
Domingo
@if($errors->has('hour_ini_sunday')) @foreach($errors->get('hour_ini_sunday') as $e) {{$e}} @endforeach @endif
@if($errors->has('hour_fin_sunday')) @foreach($errors->get('hour_fin_sunday') as $e) {{$e}} @endforeach @endif
@endsection