| Gate Pass No. : |
{{ strtoupper($record->gate_pass_no) }} |
Date : |
{{ strtoupper(date('d-M-y', strtotime($record->gate_pass_date))) }} |
| SO No. : |
{{ strtoupper($record->so_no) }} |
SO Date : |
{{ strtoupper(date('d-M-y', strtotime($record->so_date))) }} |
| Customer : |
{{ strtoupper($record->customer_name ?? '') }} |
| Destination : |
{{ strtoupper($record->destination ?? '') }} |
Transporter : |
{{ strtoupper($record->transporter_name ?? '') }} |
| Vehicle No. : |
{{ strtoupper($record->vehicle_no ?? '') }} |
Vehicle Type : |
{{ strtoupper($record->vehicle_type ?? '') }} |
| Driver Name : |
{{ strtoupper($record->driver_name ?? '') }} |
Driver CNIC : |
{{ $record->driver_cnic ?? '' }} |
| Driver Contact : |
{{ $record->driver_contact ?? '' }} |
Print Date : |
{{ $printDate }} |