@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

No Report was founded.

@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) @if($fund->fDriverData) {{$fund->fDriverData->firstname}} {{$fund->fDriverData->lastname}} ${{$fund->amount}} @endif @endforeach @endif
@endsection @section('script') @endsection