{{date('F Y')}}
@for ($i = 1; $i <= $firstDay; $i++) @endfor @for($i = $firstDay; $i < 7; $i++) @endfor @for ($row = 1; $row < 6; $row++) @for($col = 0; $col < 7; $col++) @if ($day <= $daysInMonth) @else @endif @endfor @endfor
{{$prevMonthDay}} @if(isset($events[$i+1 . "-$month-$year"]))
{{$events[$i+1 . "-$month-$year"]}}
@endif
{{$day}} @if(isset($events[$i+1 . "-$month-$year"]))
{{__("global." . $events[$i+1 . "-$month-$year"])}}
@endif
{{$day}} @if(isset($events["$day-$month-$year"]))
{{__("global." . $events["$day-$month-$year"])}}
@endif
{{$nextMonthDay}} @if(isset($events["$nextMonthDay-". $month + 1 . "-$year"]))
{{__($events["$nextMonthDay-". $month + 1 . "-$year"])}}
@endif