Trip Batch View

Receiver Office : {{ __(":code - :name", ["code" => $tripBatch?->office?->code, "name" => $tripBatch?->office?->name]) }}

Trip : {{ $tripBatch->number }}

Back @can('admin.trip.master') Bulk Import Master List @endcan @can('admin.trip.billing') Billing @endcan {{-- @can('staff.biacc')--}} {{-- --}} {{-- @endcan--}} @can('staff.distributor') @if($tripBatch->status == \App\Services\TripBatch\TripBatchHelperService::STATUS_PENDING) @endif @can('admin.trip.close') @if(!$tripBatch->is_closed) Close Trip @endif @endcan @endcan
Trip Information
Trip : {{ $tripBatch->number }}
{{ reformatDatetime($tripBatch->date, 'd M, Y') }}
Tax Rate : {{ $tripBatch->tax_rate_currency }}
Pos Rate : {{ $tripBatch->pos_rate_currency }}
@if(session()->get('insert_success'))
{{ session()->get('insert_success') }}
@endif @if(session()->get('insert_error'))
{{ session()->get('insert_error') }}
@endif
@can('staff.distributor') @if(!$showUploadForm)
Add Parcel
@if($last_parcel)
Parcel Details
  • 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 ($)

@if($last_parcel->pickup_id) @endif
@endif
@else
Excel header must have No Item,Name, Tracking No, Harga
Upload Offline Parcel
@if($last_parcel)
Parcel Details
  • 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

@if($last_parcel->pickup_id) @endif
@endif
@endif @endcan
@if(!auth()->user()->can('staff.biacc') || auth()->user()->hasAllAccess()) @else @endif @foreach($parcels as $parcel) @if(!auth()->user()->can('staff.biacc') || auth()->user()->hasAllAccess()) @else @endif @endforeach
Name Tracking / Description Koding / Guni Parcel Price (RM)Tax ($) COD ($) Service Charge ($) Permit ($) ActionInvoice
{{ $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) }} {{ 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 @endif @endif Invoice
{{ $parcels->links() }}