{{-- Shared Inventory report filter bar. Pass $showPart / $showSupplier / $showCategory / $showVehicle / $showDates booleans. --}} @php $showPart ??= false; $showSupplier ??= false; $showCategory ??= false; $showVehicle ??= false; $showDates ??= true; @endphp
@if ($showDates)
@endif @if ($showPart)
@endif @if ($showSupplier)
@endif @if ($showCategory)
@endif @if ($showVehicle)
@endif
{{ __('CSV') }} {{ __('Excel') }} {{ __('PDF') }}