@php $slide = $slide ?? []; $metrics = $slide['metrics'] ?? []; $periodTag = $reportingPeriodLabel ?? 'This month'; $appointmentsTotal = (int) ($metrics['appointmentsTotal'] ?? 0); $prospectingTotal = (int) ($metrics['prospectingTotal'] ?? 0); @endphp
@php $quotesTotal = (int) ($metrics['quotesTotal'] ?? 0); @endphp
@php $conversionMetrics = $slide['conversionMetrics'] ?? []; @endphp @if (! empty($conversionMetrics)) @endif