@props([ 'action' => url()->current(), 'method' => 'GET', 'showFromDate' => true, 'fromDateName' => 'start_date', 'showToDate' => true, 'toDateName' => 'end_date', 'buttonText' => 'Search', 'clearText' => 'Clear', ])
{{ $slot }} {{-- Actions: occupy full row on xs to prevent overlap, stack buttons on xs and align inline on sm+ --}}
{{ __($buttonText) }} {{ __($clearText) }}