|
Please Remit To: {{ $settings['COMPANY'] }} {{ $settings['ADDRESS1'] }} {{ $settings['ADDRESS2'] }} {{ $settings['CITY'] }}, {{ $settings['STATE'] }} {{ $settings['ZIP'] }} |
INVOICE |
|
| Bill To: | Invoice | |
|---|---|---|
| {{ ($client->ap_name ? $client->ap_name : $client->name) }} | Invoice Number: | {{ $invoiceId }} |
| {{ ($client->ap_address ? $client->ap_address : $order->client_address) }} | Invoice Date: | @if($order->invoice_date){{ $order->invoice_date->format('m-d-Y')}}@else{{ date('m-d-Y') }}@endif |
| @if($client->ap_address) {{ $client->ap_city }}, {{ $client->ap_state }} {{ $client->ap_zip }} @else {{ $order->client_city }}, {{ $order->client_state }} {{ $order->client_zip }} @endif | Pickup Date: | @if($order->requested_pickup_date){{ $order->requested_pickup_date->format('m-d-Y') }} @endif |
| Shipment Number: | {{ implode(', ', $orderPos) }} | |
| Description | Quantity | Rate | Amount |
|---|---|---|---|
| Total Line Haul Charge | {{ Price::format($line_haul_charge) }} | ||
| Total Fuel Surcharge | {{ Price::format($fuel_charge) }} | ||
| {{ $accessorial->description }} | {{ Price::format($accessorial->total_rate) }} | ||
| Payment Term : Net 30 | Amount Due: | {{ Price::format($total_charge) }} | |
| Shipper |
|---|
| {{ $order->shipfrom_name }} |
| {{ $order->shipfrom_address }} |
| {{ $order->shipfrom_city }}, {{ $order->shipfrom_state }} {{ $order->shipfrom_zip }} |
| Contact:{{ $order->shipfrom_contact }} Phone: {{ $order->shipfrom_phone }} |
| Consignee |
|---|
| {{ $order->shipto_name }} |
| {{ $order->shipto_address }} |
| {{ $order->shipto_city }}, {{ $order->shipto_state }} {{ $order->shipto_zip }} |
| Contact:{{ $order->shipto_contact }} Phone: {{ $order->shipto_phone }} |
| References | |
|---|---|
| Order Number: | {{ $order->id }} |
| BOL Number: | {{ $order->bol_number }} |
| {{ $refCodes[$orderRef['refCode']] }} | {{ $orderRef['refValue'] }} |
| Actual Weight: | {{ $order->total_weight }} |
| Actual Miles: | {{ $order->total_miles }} |
| Quantity | Hazmat | Item Description | Weight | Class | NMFC |
|---|---|---|---|---|---|
| {{ $item->unit }} | @if($hazmamt) Yes @else No @endif | {{ $item->description }} | {{ $item->weight }} | {{ $item->class }} | |