Darydex Logo
 
Hello @if($data['carrier']['name'] == null) Admin @else {{$data['carrier']['name']}}@endif
You have been invited to provide a drayage quote for {{$data['carrier']['business_company']}} #{{$data['quote']['id']}}
Please select the link to enter your quote information Quote #{{$data['quote']['id']}}. Summary details below:
 

Type: {{$data['quote']['load_type']}}

Weight: {{round($data['quote']['weight'],2) ?? 'N/A'}}

Quantity: {{$data['quote']['quantity'] ?? 'N/A'}}

Length: {{$data['quote']['length'] ?? 'N/A'}}

Equipment: @if($data['quote']['equipment_name']== null) N/A @else {{$data['quote']['equipment_name']}} @endif

Commodity: @if($data['quote']['commodity']== null) N/A @else {{ucfirst($data['quote']['commodity'])}} @endif

 
Pickup Information Delivery Information

@if ($data['quote']['load_type']== "Import") Market: @else Address: @endif @if ($data['quote']['load_type']== "Import") {{$data['quote']['port_name']}} @else {{ltrim($data['quote']['origin_destination'],',')}} @endif

@if ($data['quote']['load_type']== "Import") Terminal: @if($data['quote']['terminal'] == null) N/A @else {{$data['quote']['terminal']}} @endif @endif

Date: {{$data['quote']['pickup_date'] ?? 'N/A'}}

Time: {{$data['quote']['pickup_time'] ?? 'N/A'}}

@if ($data['quote']['load_type']== "Import") Address: @else Market: @endif @if ($data['quote']['load_type']== "Import") {{ltrim($data['quote']['origin_destination'],',')}} @else {{$data['quote']['port_name']}} @endif

@if ($data['quote']['load_type']== "Export")

Terminal: @if($data['quote']['terminal'] == null) N/A @else {{$data['quote']['terminal']}} @endif

@endif

Date: {{$data['quote']['delivery_date'] ?? 'N/A'}}

Time: {{$data['quote']['delivery_time'] ?? 'N/A'}}

Roundtrip Distance: {{$data['quote']['miles']}}
 
Special Services Requested

Special Services: @if (count($data['services']) == 0) N/A @else @foreach($data['services'] as $key => $val) {{$val->special_services}} @if (!$loop->last) , @endif @endforeach @endif

Hazmat: @if($data['quote']['hazmat'] == 0) No @else Yes @endif

UN#: {{$data['quote']['un_number'] ?? 'N/A'}}

Class: @if($data['quote']['hazmat_class'] == null) N/A @else {{$data['quote']['hazmat_class']}} @endif

 
Notes for Carrier

Notes: @if($data['quote']['notes_for_carrier'] == null) N/A @else {!! nl2br(e(ucfirst($data['quote']['notes_for_carrier']))) !!} @endif