@if (session('success'))
{{ session('success') }}
@endif

CARRIER DETAILS

@if ($load) @else @endif
{{ strtoupper($load->client_name) ?? '' }}
{{ $load->cAddress ?? '' }},{{ $load->cCity ?? '' }}, {{ $load->cProvince ?? '' }} {{ $load->cPostalCode ?? '' }}
No load found.
Send Mail To Driver


Load Type Commodity Estimated Weight Value Temperature
{{ $load->load_type ?? '' }} {{ $load->comodity ?? '' }} {{ $load->weight ?? '' }} {{ $load->value ?? '' }} {{ $load->load_for_temp ?? '' }}

@if(!empty($load->pickupaddress))

PICK-UP DETAILS

@if(!empty($load->Pickup_Notes)) @endif
{{$load->pickupaddress ?? '' }} {{ $load->ocity ?? ''}}, {{ $load->ostate ?? ''}} {{ $load->ozip ?? ''}} Pickup Date/Time: {{convertToMdyWithTime($load->pick_date)}}
Pickup Notes:{{$load->Pickup_Notes ?? '' }}

@endif @php $hasExtraPicks = false; @endphp @for ($i = 1; $i <= 5; $i++) @php $address = 's'.$i.'_address'; @endphp @if (!empty($load->$address)) @php $hasExtraPicks = true; @endphp @endif @endfor @if ($hasExtraPicks)

Extra Picks & Drops

@endif
@for ($i = 1; $i <= 5; $i++) @php $address = 's'.$i.'_address'; $city = 's'.$i.'_city'; $state = 's'.$i.'_state'; $zip = 's'.$i.'_zip'; //dd($tldtlData[$i]->$zip); $address1 = str_replace(", USA", "", $load->$address); @endphp @if (!empty($load->$address)) @if($tldtlData[$i]->SUPPRESS == 'PICK') @else @endif @if(!empty($tldtlData[$i]->EXTRA_NOTES)) @endif @endif @endfor
Extra Pick-Up {{ $i }}: {{ $address1 ?? '' }} {{ convertToMdyWithTime($tldtlData[$i]->EXTRA_DATE) }}Extra Drop-Up {{ $i }}: {{ $address1 ?? '' }} {{ convertToMdyWithTime($tldtlData[$i]->EXTRA_DATE) }}
{{ $tldtlData[$i]->EXTRA_NOTES ?? '' }}
@if(!empty($load->deliveraddress))

DELIVERY DETAILS

@if(!empty($load->Deliver_Notes)) @endif
{{$load->deliveraddress ?? '' }} {{ $load->dcity ?? ''}}, {{ $load->dstate ?? ''}} {{ $load->dzip ?? ''}} Delivery Date/Time: {{convertToMdyWithTime($load->delivered_date)}}
Delivery Notes: {{$load->Deliver_Notes ?? '' }}

@endif
@php $quickFee = $info->quick_fee ?? 0; // Fallback to 0 if not set $quickFeePercentage = $info->quick_fee_percentage ?? 0; // Fallback to 0 if not set $loadRate = $load->load_rate ?? 0; // Fallback to 0 if not set $totalExtraCharges = $totalExtraCharges ?? 0; // Fallback to 0 if not set $quickFeeValue = $quickFee === 1 ? ($quickFeePercentage / 100) * $loadRate : 0; // Calculate quick fee if applicable $totalCharges = $loadRate + $totalExtraCharges; // Calculate total charges @endphp
_______________________________________
AUTHORIZED SIGNATURE:
_______________________________________
PRINTED NAME and TITLE
_______________________________________
DATE