{{ __('Documents') }}

{{ __('Documents') }}

{{ __('Every vehicle and driver document across your fleet.') }}

{{ __('Import CSV') }}
{{-- Tab nav --}}

{{ __('Click any cell to add or edit that document — an empty cell means none is on file yet.') }}

@if (($filters['status'] ?? null) || ($filters['q'] ?? null)) {{ __('Clear') }} @endif
@if ($rows->isEmpty())

{{ $tab === 'driver' ? __('No drivers found.') : __('No vehicles found.') }}

@else
{{ $tab === 'driver' ? __('Driver') : __('Vehicle') }}
{{ $rows->links() }}
@endif {{-- Shared quick-edit modal --}}