@php use App\Support\AppointmentsMonthCalendarPresenter; $calendarMonth = $calendarMonth ?? \App\Support\CalendarMonth::fromRequest(request()); $appointmentsByDate = $appointmentsByDate ?? collect(); $teamCalendarConfig = AppointmentsMonthCalendarPresenter::alpineConfig( $appointmentsByDate, auth()->id() !== null ? (int) auth()->id() : null, ); @endphp {{ $title ?? __('Events') }}