@extends('layouts.carrier') @section('content')
| DESTINATION | LOADS | @if($period) @foreach($period as $p){{ $p->format('d M') }} | @endforeach @endif
|---|---|---|
| {{ $i->destination_city.', '.$i->destination_state }} | {{ $i->lane_loads }} | @foreach($i->dates as $d)
@if($d->bids)
@foreach($d->bids as $bd)
{{ date('h:i A', strtotime($bd->pickup_date)) }}
@endforeach
@else
@endif
|
@endforeach