@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
merge(['class' => 'flex min-w-0 shrink-0 flex-wrap items-center justify-end gap-x-2 gap-y-1']) }} > @foreach ($preserve as $key) @if (request()->filled($key)) @endif @endforeach {{ $slot }}