@php use App\Helpers\CommonHelper; $printDate = strtoupper(date('d-M-y h:i A')); @endphp
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 }}
@php $counter = 1; @endphp @foreach($lines as $line) @endforeach
S.No Particulars Unit Quantity Remarks
{{ $counter++ }} {{ strtoupper($line->sub_ic ?? '') }} {{ strtoupper($line->uom_name ?? '') }} {{ number_format((float) $line->qty, 4) }} {{ $line->remarks ?? '' }}
Total No of Products : {{ count($lines) }}
@if(!empty($record->remarks))
Remarks : {{ $record->remarks }}
@endif
Prepared By
{{ strtoupper($record->username ?? '') }}
Checked By Security / Gate Officer
{{ CommonHelper::formatLetterheadCompanyName($letterhead->name ?? '') }}