{{-- Header --}}
Logo
{{ $company->legal_name }}
Request Token
Date: {{ \Carbon\Carbon::now()->format('d-M-Y h:i A') }}
Token #: CR/0{{$trip->id}}
Ref #: CR/0{{$trip->id}}

{{-- Trip Details --}}
Load Point: {{ $trip->loading_point ?? '-' }}
Unload Point: {{ $trip->unloading_point ?? '-' }}
Truck No: {{ $trip->registration }}
Empty Weight: {{ number_format($trip->empty_weight, 2) }} MT
Load Weight: {{ number_format($trip->load_weight, 2) }} MT
Net Weight: {{ number_format($trip->net_weight, 2) }} MT
{{-- Barcode --}}
Barcode

{{ $trip->registration }}


All Rights Reserved.

{{-- Buttons --}}
Go Back