@extends('admin.layout.app') @section('content')
Tracking URL : {{ $order->shipmentTracking?->tracking_url }}
@endif {{-- Cancelled indicator --}} @if($isCancelled){{ $c['customer_name'] ?? '—' }}
{{ $c['customer_address1'] ?? '' }}
{{ $c['customer_address2'] ? ', ' . $c['customer_address2'] : '' }}
{{ $c['customer_city'] ?? '' }}, {{ $c['customer_state'] ?? '' }} -
{{ $c['customer_pincode'] ?? '' }}
Mobile: {{ $c['customer_mobile'] ?? ($c['customer_phone'] ?? '—') }}
{{ $lastScan['status'] ?? '—' }}
{{ $lastScan['status_date_time'] ?? ($lastScan['scan_date_time'] ?? '') }}
{{ $lastScan['remark'] ?? '' }}
Location: {{ $lastScan['scan_location'] ?? '-' }}
{{ $s['remark'] ?? '' }}
Location: {{ $s['scan_location'] ?? '-' }}
| Date / Time | Status | Location | Remark |
|---|---|---|---|
| {{ $s['scan_date_time'] ?? ($s['status_date_time'] ?? '') }} | {{ $s['status'] ?? '' }} ({{ $s['status_code'] ?? '' }}) | {{ $s['scan_location'] ?? '' }} | {{ $s['remark'] ?? '' }} |
{{ json_encode($resp, JSON_PRETTY_PRINT) }}