Similiar Loads
@if($similiarLoads) @foreach($similiarLoads as $sl) @endforeach @endif
ORDER # PICKUP DATE BILL RATE ORIGIN DESTINATION
{{ $sl->id }} {{ date('m/d/Y', strtotime($sl->requested_pickup_date)) }} {{ $sl->total_charge }} {{ $sl->shipfrom_city.', '.$sl->shipfrom_state }} {{ $sl->shipto_city.', '.$sl->shipto_state }}