|
{{ $settings['COMPANY'] }}
{{ $settings['ADDRESS1'] }}
{{ $settings['ADDRESS2'] }}
{{ $settings['CITY'] }}, {{ $settings['STATE'] }} {{ $settings['ZIP'] }}
PH#: {{ $settings['RC_PHONE'] }} FAX# {{ $settings['FAX'] }}
|
Requested Pickup
{{ ($order->requested_pickup_date ? $order->requested_pickup_date->format('m/d/Y') : null) }} {{ $order->requested_pickup_time }}
Requested Delivery
{{ ($order->requested_delivery_date ? $order->requested_delivery_date->format('m/d/Y') : null) }} {{ $order->requested_delivery_time }}
|
Carrier: {{ $carrier->name }}
Attn: {{ $carrier->tender_contact }}
Phone: {{ $carrier->telephone }}
|
Equipment: {{ $equipment->name }}
Miles: {{ number_format($order->total_miles, 2) }}
Freight Description: {{ $commodities }}
|
Order Number(s)
{{ $order->id }}
|
| Route (In sequence) |
Date and Time |
Pickup Orders |
Deliver Orders |
First Pickup: {{ $order->shipfrom_name }},
{{ $order->shipfrom_address }},
{{ $order->shipfrom_city }}, {{ $order->shipfrom_state }} {{ $order->shipfrom_zip }}
PH# {{ $order->shipfrom_phone }}
@if($order->shipfrom_notes)
Notes: {!! nl2br($order->shipfrom_notes) !!}
@endif
|
{{ ($order->requested_pickup_date ? $order->requested_pickup_date->format('m/d/Y') : null) }} {{ $order->requested_pickup_time }}
|
@foreach($orderRefs as $orderRef)
@if((array_key_exists($orderRef['refCode'],$refCodes))
&&
($refCodes[$orderRef['refCode']] == 'PO #'))
{{ $orderRef['refValue'] }}
@endif
@endforeach
|
|
@if(count($orderStops))
@var $stopCount = 1
@foreach($orderStops as $orderStop)
Stop #{{$stopCount}}: {{ $orderStop->name }},
{{ $orderStop->address }},
{{ $orderStop->city }}, {{ $orderStop->state }} {{ $orderStop->zip }}
PH# {{ $orderStop->telephone }}
@if($orderStop->notes)
Notes: {!! nl2br($orderStop->notes) !!}
@endif
|
@if($orderStop->pickup_date)
Pickup:
{{ date('m/d/Y', strtotime($orderStop->pickup_date)) }} {{ $orderStop->pickup_time }}
@endif
@if($orderStop->delivery_date)
Delivery:
{{ date('m/d/Y', strtotime($orderStop->delivery_date)) }} {{ $orderStop->delivery_time }}
@endif
|
|
|
@var $stopCount = $stopCount+1
@endforeach
@endif
Final Delivery: {{ $order->shipto_name }},
{{ $order->shipto_address }},
{{ $order->shipto_city }}, {{ $order->shipto_state }} {{ $order->shipto_zip }}
PH# {{ $order->shipto_phone }}
@if($order->shipto_notes)
Notes: {!! nl2br($order->shipto_notes) !!}
@endif
|
{{ ($order->requested_delivery_date ? $order->requested_delivery_date->format('m/d/Y') : null) }} {{ $order->requested_delivery_time }}
|
|
@foreach($orderRefs as $orderRef)
@if((array_key_exists($orderRef['refCode'],$refCodes))
&&
($refCodes[$orderRef['refCode']] == 'Delivery #'))
{{ $orderRef['refValue'] }}
@endif
@endforeach
|
|
|
Total Weight {{ number_format($order->total_weight, 2) }} lbs
|
Requirements:
{!! nl2br($order->requirements) !!}
|
| Freight charge |
@if($rates['line_haul_charge'])
{{ Price::format($rates['line_haul_charge']) }}
@endif
|
| Fuel Surcharge |
@if($rates['fuel_charge'])
{{ Price::format($rates['fuel_charge']) }}
@endif
|
| Other Accessorials |
@if($rates['accessorial_charge'])
{{ Price::format($rates['accessorial_charge']) }}
@endif
|
| Total |
@if($rates['total_charge'])
{{ Price::format($rates['total_charge']) }}
@endif
|
|
Any deviation from scheduled pickup and delivery times must be communicated to Red Dog Logistics Inc in real time, otherwise defacto accessorial requests cannot be guaranteed.
Late pickups and deliveries could result in late fees.
Carriers accesorial requests must be submitted along with ELOG/ geo-tracking in order to be considered .
Driver must call/message when loaded and empty.
For all detention requests {{ $settings['COMPANY'] }} must be made aware in real time when detention is being requested otherwise no detention will be paid.
|
| All invoices must include signed delivery receipt(s) and be sent to {{ $settings['COMPANY'] }} at the address above |
|
@if($macropointData)
|
*Note : This load requires macropt tracking --- failure to adhere to macropt tracking and or communicating a reason ahead of time regarding the inability to use macropt will result in a $25 deduction
|
|
@endif
|
|
|
|
|
|
|
References on Orders
|
| Description |
Value |
| Order Number |
{{ $order->id }} |
@foreach($orderRefs as $orderRef)
@if(array_key_exists($orderRef['refCode'],$refCodes))
| {{ $refCodes[$orderRef['refCode']] }} |
{{ $orderRef['refValue'] }} |
@endif
@endforeach
|
|
References for Load
|
| Description |
Value |
| BOL Number |
{{ $order->bol_number }} |
|
|
BOL Instructions
|
| {!! nl2br($order->notes) !!} |
|
|
Please refer to Load Number {{ $order->load_number }} on your invoice
Contact Information
{{ $settings['COMPANY'] }} - Contact is {{ $dispatcher->name }}. Email: {{ $dispatcher->email }}. Fax: {{ $settings['FAX'] }}
|
|
| All Carrier Payments are now processed through TriumphPay.com |
|
|
Please register online in order to receive payments:
- Go to secure.TriumphPay.com
- Register your company
- Connect with {{ $settings['COMPANY'] }}
- Add your payment information
- Control your money!
- For payment status inquiries please email info@triumphpay.com
|
Get Paid Now!
Login to TriumphPay.com to take advantage of our: 3% same day Quick Pay
|
|
|
ALL LOADS MUST TARP UNLESS OTHER ORDERS ARE GIVEN IN WRITING
For Payment please mail or email orginal BOL/POD/Agreement and invoice to:
{{ $settings['COMPANY'] }}
{{ $settings['BILLING_ADDRESS'] }}
{{ $settings['BILLING_CITY'] }}, {{ $settings['BILLING_STATE'] }} {{ $settings['BILLING_ZIP'] }}
@if(!$client->hubtran_exception)
Accounts Payable Email: {{ $settings['INVOICE_EMAIL'] }}
For Payment Inquiry Please Email: {{ $settings['AP_EMAIL'] }}
@else
Accounts Payable Email: {{ $settings['AP_EMAIL'] }}
@endif
After Hours: {{ $settings['AH_EMAIL'] }}
Fax: {{ $settings['FAX'] }}
Phone: {{ $settings['RC_PHONE'] }}
After Hours #: Please Email {{ $settings['AH_EMAIL'] }} will f/u with a call back
Dispatch Contact Information:
Name: {{ $dispatcher->name ? $dispatcher->name : 'N/A' }}
Email: {{ $dispatcher->email ? $dispatcher->email : 'N/A' }}
Direct Line: {{ $dispatcher->direct_phone ? $dispatcher->direct_phone : 'N/A' }}
Cell Phone: {{ $dispatcher->cell_phone ? $dispatcher->cell_phone : 'N/A' }}
Please Contact your dispatcher for all questions, updates, and issues with load.
|
|
|
|