@if (isset($sites[$row['site_id']]))
{{ isset($sites[$row['site_id']]) ? $sites[$row['site_id']]->title : $row['site_id'] }}
|
@foreach($row['forecast'] as $forecast)
|
@endforeach
{{ substr(round(array_sum($row['forecast']), 3), 0, 6) }} |
@endif
@endforeach