@foreach ($week as $day)
@if ($day['disabled'])
@elseif ($day['holiday'])
@else
@endif
@if ($day['disabled'])
@elseif ($day['holiday'])
@else
@endif
{{$day['day']}}
@endforeach
@endforeach
@include('appointments.partials.modal_show')
@include('appointments.partials.create_event_modal')
@section('script')
@stop
@stop