{{ __("Add non working day") }}
@csrf
@if($errors->has('holiday_date'))

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

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

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

@endif
@if(canViewUpdate('agenda-edit'))
@endif