@extends('layouts.app') @section('title', 'Order Details') @section('content')
Tracking Code: {{ $order->tracking_code }}
{{ $order->description }}
{{ $order->pickupDistrict->name }}
{{ $order->pickupDistrict->province }}{{ $order->dropDistrict->name }}
{{ $order->dropDistrict->province }}{{ $order->assignedOffice->name }}
{{ $order->assignedOffice->address }}
{{ $order->assignedOffice->phone }}{{ $order->assignedAgent->user->name }}
Agent Code: {{ $order->assignedAgent->agent_code }}
{{ $order->assignedAgent->phone }}{{ $order->notes }}