@php $slide = $slide ?? []; $metrics = $slide['metrics'] ?? []; $periodTag = $reportingPeriodLabel ?? 'This month'; $appointmentsTotal = (int) ($metrics['appointmentsTotal'] ?? 0); $prospectingTotal = (int) ($metrics['prospectingTotal'] ?? 0); @endphp