Listing | Available | Destinations | Ready Date Time |
---|---|---|---|
Unit# {{ $row->UNIT_ID }}@if(!empty($row->TRAILER_ID))Trailer# {{ $row->TRAILER_ID }}
@endif
@if(!empty($row->TRAILER_TYPE) || !empty($row->LENGTH_1))
{{ $row->TRAILER_TYPE }}/{{ $row->LENGTH_1 }}
@endif
|
{{ $row->dispatch_address }} @if(!empty($row->pickup_radius)) Radius: {{ $row->pickup_radius }} mi. @endif |
{{ $row->DESTINATIONS }} @if(!empty($row->notes)) @php $notes = !empty($row->notes) ? trim(strip_tags(html_entity_decode($row->notes))) : ''; @endphp {!! htmlspecialchars_decode($notes) !!} @endif |
{{ !empty($row->readydatetime) ? (new \DateTime($row->readydatetime))->format('m/d/Y H:i:s') : '' }} |