@extends('layout.padrao') @section('content')
| 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 : '-')!!} |
| - | - | - | - |
| 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 |
| - | - |