@extends('layouts.app') @php $typeColors = [ 'public' => 'primary', 'national' => 'success', 'religious' => 'info', 'company' => 'warning', 'optional' => 'secondary', ]; @endphp @section('title', 'Holiday Calendar') @section('header', 'Holiday Calendar') @section('subheader', $calendar['month']->format('F Y')) @section('header-actions')
| {{ $day }} | @endforeach
|---|
|
{{ $cell['date']->day }}
@foreach ($cell['holidays'] as $holiday)
{{ $holiday->title }}
@endforeach
|
@endforeach