@extends('layout.padrao') @section('content')

Loading Forecast

@forelse ($forcastVolumn as $volumn) @empty @endforelse
Week FCL (Total) TEU's (Total) Processos (Total)
{!!($volumn[0]->currentWeek ? $volumn[0]->currentWeek : '-')!!} - ({!!($volumn[0]->firstday ? (date( 'jS F' , strtotime($volumn[0]->firstday))) : '-' )!!} - {!!($volumn[0]->lastday ? (date( 'jS F' , strtotime($volumn[0]->lastday))) : '-')!!}) {!!($volumn[0]->Qty ? $volumn[0]->Qty : '-')!!} {!!($volumn[0]->teus ? $volumn[0]->teus : '-')!!} {!!($volumn[0]->Processos ? $volumn[0]->Processos : '-')!!}
- - - -

Vessel Deadlines Forecast

@forelse ($VesselDeadlines as $volumn) @empty @endforelse
Week Vessel
{!!($volumn[0]->currentWeek ? $volumn[0]->currentWeek : '-')!!} - ({!!($volumn[0]->firstday ? (date( 'jS F' , strtotime($volumn[0]->firstday))) : '-' )!!} - {!!($volumn[0]->lastday ? (date( 'jS F' , strtotime($volumn[0]->lastday))) : '-')!!}) @forelse ($volumn as $vessels) @if (count($volumn) === 1) - @elseif (count($volumn) > 1) @if($vessels->vessel) {{$vessels->vessel}}    @endif @else - @endif @empty - @endforelse
- -

@include('include.interactiveButtons') @endSection