@extends('layouts.dashboard') @section('title', 'Loads') @section('content')
Manage and track your active and historical loads.
| Load # | W/O # | Customer | Driver / Carrier | Pickup Date | Delivery Date | Origin | Destination | Status | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $load->load_number }} | {{ $load->wo_reference ?: '—' }} | @if($customerId) {{ $customerName }} @else {{ $customerName }} @endif | @if($driverId) {{ $assigneeLabel }} @elseif($carrierId) {{ $assigneeLabel }} @else {{ $assigneeLabel }} @endif | {{ $shipper?->displayScheduledAt() ?? '—' }} | {{ $consignee?->displayScheduledAt() ?? '—' }} | {{ $origin }} | {{ $destination }} | {{ $statusName }} |