| {{$office}} |
{{$thisYear}} |
@for($i=1; $i<=12; $i++)
{{$result['This'][$i]}} |
@endfor
{{$result['This']['Total']}} |
| {{$office}} |
{{$lastYear}} |
@for($i=1; $i<=12; $i++)
{{$result['Last'][$i]}} |
@endfor
{{$result['Last']['Total']}} |
| {{$office}} |
|
@for($i=1; $i<=12; $i++)
{{$result['This'][$i] - $result['Last'][$i]}} |
@endfor
{{$result['This']['Total'] - $result['Last']['Total']}} |
|
| {{$thisYear}} YTD Total |
{{$result['This']['Total']}} |
| {{$lastYear}} Total |
{{$result['Last']['Total']}} |
| Difference |
{{$result['This']['Total'] - $result['Last']['Total']}} |