@extends('layout') @if(session('message')) @endif @section('body')

Gross

${{$weekwidget['gross']}}

Loads

{{$weekwidget['load_canceled']}} / {{$weekwidget['load_total']}}

Trucks

{{$weekwidget['truck_loaded']}} / {{$weekwidget['truck_waiting']}}

Fuel

${{$weekwidget['fuel']}}
Messages:
@if($reports) @foreach($reports as $report) {{ $report['comment'] }} @endforeach @else

Loads have not any reports.

@endif
Claims:
@if($claims->isEmpty())

You have not any claims

@else @foreach($claims as $claim) {{ $claim->pickup_city }}, {{ $claim->pickup_state }} @endforeach @endif
Funds:
@if($funds->isEmpty())

Information block for latest funds

@else @foreach($funds as $fund) {{$fund->driverData->firstname}} {{$fund->driverData->lastname}} ${{$fund->amount}} @endforeach @endif
@endsection @section('script') @endsection