@extends('layouts.pdf') @section('content')

Excavation Statistics

{{$thisYear}} vs. {{$lastYear}}

@for($i=1; $i<=12; $i++) @endfor @for($i=1; $i<=12; $i++) @endfor @for($i=1; $i<=12; $i++) @endfor
Office Year Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Total
{{$office}} {{$thisYear}}{{$result['This'][$i]}}{{$result['This']['Total']}}
{{$office}} {{$lastYear}}{{$result['Last'][$i]}}{{$result['Last']['Total']}}
{{$office}} {{$result['This'][$i] - $result['Last'][$i]}}{{$result['This']['Total'] - $result['Last']['Total']}}
{{$thisYear}} YTD Total {{$result['This']['Total']}}
{{$lastYear}} Total {{$result['Last']['Total']}}
Difference {{$result['This']['Total'] - $result['Last']['Total']}}
@endsection