Load #:
{{ $load->load_number }}
Customer Load #:
{{ $load->customer_load_id }}
Pickup date:
{{ date('j M Y', strtotime($load->pickup_date)) }}
Delivery date:
{{ date('j M Y', strtotime($load->delivery_date)) }}
Weight(pounds):
{{ $load->weight }}
Length(ft):
{{ $load->length }}
Distance:
{{ $load->distance }}
Price:
${{ $load->price }} (${{ $load->rate }}/mile)
Trip:
{{ $load->pickup_city }}, {{ $load->pickup_state }} -> {{ $load->delivery_city }}, {{ $load->delivery_state }}
Status:
{{ $load->status }}
@if($load->tonu)
Tonu:
${{ $load->tonu}}
@endif