Please Remit To:

{{ $settings['COMPANY'] }}
{{ $settings['ADDRESS1'] }}
{{ $settings['ADDRESS2'] }}
{{ $settings['CITY'] }}, {{ $settings['STATE'] }} {{ $settings['ZIP'] }}
INVOICE {{ $settings['COMPANY'] }}
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) }}
@if($order->alt_total_charge) @var $line_haul_charge = $order->alt_line_haul_charge @else @var $line_haul_charge = $order->line_haul_charge @endif @if($line_haul_charge) @endif @if($order->alt_total_charge) @var $fuel_charge = $order->alt_fuel_charge @else @var $fuel_charge = $order->fuel_charge @endif @if($fuel_charge) @endif @if($order->alt_total_charge) @var $accessorials = $updatedOrderAccessorials @else @var $accessorials = $orderAccessorials @endif @if(count($accessorials)) @foreach($accessorials as $accessorial) @endforeach @endif @if($order->alt_total_charge) @var $total_charge = $order->alt_total_charge @else @var $total_charge = $order->total_charge @endif
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 }}
@foreach($orderRefs as $orderRef) @if(array_key_exists($orderRef['refCode'],$refCodes)) @endif @endforeach
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 }}
@foreach($items as $item) @endforeach
Quantity Hazmat Item Description Weight Class NMFC
{{ $item->unit }} @if($hazmamt) Yes @else No @endif {{ $item->description }} {{ $item->weight }} {{ $item->class }}