@if ($errors->has('weekends'))
{{ $errors->first('weekends') }}
@endif
@php $employee_holiday_ids = array_values(json_decode(@$user->holidays, true) ?? []); @endphp @if ($errors->has('holidays'))
{{ $errors->first('holidays') }}
@endif