@props([ 'action', 'selectedMonth', 'selectedYear', 'preserve' => [], 'variant' => 'light', ]) @php $labelClass = $variant === 'dark' ? 'whitespace-nowrap text-[10px] font-medium leading-none text-slate-400' : 'whitespace-nowrap text-[10px] font-medium leading-none text-gray-500'; @endphp @php $monthSelectOptions = \App\Support\ReportingPeriod::monthSelectOptions(); $yearSelectOptions = \App\Support\ReportingPeriod::yearSelectOptions(); @endphp