{{ __("Add / Edit working day") }}
@csrf
{!! workingDays('working_day', old('working_day')) !!} @if($errors->has('working_day'))

{{ $errors->first('working_day') }}

@endif
@if($errors->has('start_time'))

{{ $errors->first('start_time') }}

@endif
@if($errors->has('end_time'))

{{ $errors->first('end_time') }}

@endif
@if(canViewUpdate('agenda-edit'))
@endif
@push('child-scripts') @endpush