Receiver Office : {{ __(":code - :name", ["code" => $tripBatch?->office?->code, "name" => $tripBatch?->office?->name]) }}
Trip : {{ $tripBatch->number }}
Tracking No. {{ $last_parcel->tracking_no }}
Date Received {{ $last_parcel->created_at }}
Destination {{ $last_parcel->dropPoint?->name }}
Description {{ $last_parcel->description }}
Parcel Code {{ $last_parcel->coding }}
Service Charge ($)
Guni
COD ($)
Tracking No. {{ $last_parcel->tracking_no }}
Date Received {{ $last_parcel->created_at }}
Destination {{ $last_parcel->dropPoint?->name }}
Description {{ $last_parcel->description }}
Parcel Code {{ $last_parcel->coding }}
Service Charge ($)
Guni
| Name | Tracking / Description | Koding / Guni | Parcel Price (RM) | @if(!auth()->user()->can('staff.biacc') || auth()->user()->hasAllAccess())Tax ($) | COD ($) | Service Charge ($) | Permit ($) | Action | @elseInvoice | @endif
|---|---|---|---|---|---|---|---|---|---|
|
{{ $parcel?->receiver_name }} {{ $parcel?->phone_number }} |
{{ $parcel->tracking_no }} {{ $parcel->description }} |
@if($parcel->id == $edit_parcel_id)
@error('guni_edit') {{ $message }} @enderror
@else
{{ $parcel?->coding }} {{ $parcel?->guni ?? "-" }} @endif |
{{ displayPriceFormat($parcel->price) }} | @if(!auth()->user()->can('staff.biacc') || auth()->user()->hasAllAccess()){{ displayPriceFormat($parcel->tax, '$') }} | {{ displayPriceFormat($parcel->cod_fee, '$') }} | @if($parcel->id == $edit_parcel_id) @error('service_charge_edit') {{ $message }} @enderror @else {{ displayPriceFormat($parcel->service_charge, '$') }} @endif | {{ displayPriceFormat($parcel?->permit, '$') }} |
@if(!auth()->user()->can('staff.inhouse') || auth()->user()->hasAllAccess())
@if($parcel->id == $edit_parcel_id)
@else
|
@else
Invoice | @endif