@if(auth()->user()->type == \App\Domains\Auth\Models\User::TYPE_ADMIN) @endif @if(auth()->user()->type == \App\Domains\Auth\Models\User::TYPE_USER && !in_array($pickup->status, [\App\Services\Pickup\PickupHelperService::STATUS_READY_TO_DELIVER, \App\Services\Pickup\PickupHelperService::STATUS_DELIVERED])) @else @endif {{-- --}} @forelse($pickup->parcels as $parcel) @if(auth()->user()->type == \App\Domains\Auth\Models\User::TYPE_ADMIN) @endif @if(auth()->user()->type == \App\Domains\Auth\Models\User::TYPE_USER && !in_array($pickup->status, [\App\Services\Pickup\PickupHelperService::STATUS_READY_TO_DELIVER, \App\Services\Pickup\PickupHelperService::STATUS_DELIVERED])) @else @endif @empty @endforelse
Tracking No / Coding
Guni
COD Charge
Tax
Service Charge
Declare Charge
Permit
Total
Invoice
{{ $parcel->tracking_no }}
{{ $parcel->coding }}
{{ $parcel->guni }}
{{ displayPriceFormat($parcel->cod_fee, '$')}}
{{ displayPriceFormat($parcel->tax, '$')}}
{{ displayPriceFormat($parcel->service_charge, '$')}}
{{ displayPriceFormat($parcel->declare_charge, '$')}}
{{ displayPriceFormat($parcel->permit, '$')}}
{{ displayPriceFormat($parcel->total_billing, '$')}}
Invoice
{{ __('No Parcel') }}
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
Parcel Details
--}} {{--
--}} {{--
--}} {{--
    --}} {{--
  • --}} {{--

    Tracking No .--}} {{-- {{ $parcel->tracking_no }}--}} {{--

    --}} {{--
  • --}} {{--
  • --}} {{--

    Coding--}} {{-- {{ $parcel->coding }}--}} {{--

    --}} {{--
  • --}} {{--
  • --}} {{--

    Destination--}} {{-- {{ $parcel?->dropPoint?->name }}--}} {{--

    --}} {{--
  • --}} {{--
--}} {{--
--}} {{--
--}} {{--
    --}} {{--
  • --}} {{--

    --}} {{-- Latest Status--}} {{-- {{ $parcel->status_label }}--}} {{--

    --}} {{--
  • --}} {{--
  • --}} {{--

    Invoice--}} {{-- Download--}} {{--

    --}} {{--
  • --}} {{--
--}} {{--
--}} {{--
--}} {{-- @if(auth()->user()->type == \App\Domains\Auth\Models\User::TYPE_USER && !in_array($parcel->status, [\App\Services\Parcel\ParcelHelperService::STATUS_READY_TO_COLLECT, \App\Services\Parcel\ParcelHelperService::STATUS_DELIVERED]))--}} {{-- @else--}} {{--
--}} {{--
    --}} {{--
  • --}} {{--

    Service Charge--}} {{-- {{ displayPriceFormat($parcel->service_charge, '$') }}--}} {{--

    --}} {{--
  • --}} {{--
  • --}} {{--

    Tax--}} {{-- {{ displayPriceFormat($parcel->tax, '$') }}--}} {{--

    --}} {{--
  • --}} {{--
  • --}} {{--

    Permit--}} {{-- {{ displayPriceFormat($parcel->permit, '$') }}--}} {{--

    --}} {{--
  • --}} {{--
  • --}} {{--

    Cod Fee (For COD Only)--}} {{-- {{ $parcel->cod_fee > 0 ? displayPriceFormat($parcel->cod_fee, '$') : __('-NA-') }}--}} {{--

    --}} {{--
  • --}} {{--
--}} {{--
--}} {{--
--}} {{--
    --}} {{--
  • --}} {{--
    Total Billing --}} {{--

    --}} {{-- {{ displayPriceFormat($parcel->total_billing, '$') }}--}} {{--

    --}} {{--
    --}} {{--
  • --}} {{--
--}} {{--
--}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}}