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