Moon Traders
Vehicle Report
Total Records: {{ number_format($vehicles->total()) }}
Printed by: {{ auth()->user()->name }} | {{ now()->format('d-M-Y h:i A') }}
| Sr# | Supplier | Van # | Vehicle Type | Salesman | Driver | Status |
|---|---|---|---|---|---|---|
| {{ $vehicles->firstItem() + $vehicles->search(fn($v) => $v->id === $vehicle->id) }} | @if ($idx === 0){{ $vehicle->supplier?->supplier_name ?? '-' }} | @endif{{ $vehicle->registration_number }} | {{ $vehicle->vehicle_type ?? '-' }} | {{ $vehicle->employee?->name ?? '-' }} |
{{ $vehicle->driver_name ?? '-' }} {{ $vehicle->driver_phone ?? '-' }} |
@if($vehicle->is_active) Active @else Inactive @endif |
| No records found. | ||||||