@props([ 'grid' => [], 'calendars' => [], 'events' => [], 'class' => '', 'slots' => [], 'timeformat' => '', 'hgroup' => [], 'active' => [], 'density' => '30', 'now' => [], 'daytime_hours' => [], 'timezone' => 'UTC', ])
@foreach ($hgroup as $h) @php $dayParams = [ 'view' => 'day', 'date' => $h['date'], 'density' => $density['step'], 'daytime_hours' => (int) ($daytime_hours['enabled'] ?? 0), ]; @endphp
$h['is_today'] ?? false])> {{ $h['dow'] }} {{ $h['day'] }}
@endforeach
    @foreach ($slots as $slot)
  1. @endforeach
    @foreach ($events as $event) @endforeach @if ($now['show']) @endif