@extends('layouts.admin') @section('title','Parcel '.$parcel->number) @section('heading','Parcel '.$parcel->number) @section('content')
{{ $parcel->packageType?->name }} · {{ $parcel->weight_kg }} kg · {{ number_format($parcel->distance_km,2) }} km
Back to parcels{{ $parcel->customer?->name }}
{{ $parcel->customer?->email }}
{{ $parcel->customer?->phone }}
{{ $parcel->item_description ?: 'No item description.' }}
{{ $parcel->special_instructions ?: 'No special instructions.' }}| # | Type | Contact | Address | Status |
|---|---|---|---|---|
| {{ $stop->sequence }} | {{ ucfirst($stop->type) }} | {{ $stop->contact_name }} {{ $stop->phone }} | {{ $stop->address }} {{ $stop->latitude }}, {{ $stop->longitude }} | {{ $stop->status }} |
| Time | From | To | Details |
|---|---|---|---|
| {{ $event->created_at->format('d M Y H:i') }} | {{ $event->from_status ?: '—' }} | {{ $event->to_status }} | {{ data_get($event->metadata,'reason') ?: '—' }} |
| No dispatch events. | |||