@foreach($weekly_holidays as $week_day => $value)
@endforeach
{{ $year }}
@foreach($month_names as $month_number => $month_name)

{{$month_name}}

@foreach($dates[$month_number] as $date) @if($date->day <= 1) @for($i=0; $i<$date->dayOfWeek; $i++)
@endfor @endif
@endforeach
@endforeach
@include('livewire.components.session-message')