@if (!$isExcel)
@endif
DMMC Institute of Health Sciences
{{$department}}
Outstanding Balances as of {{date("F d, Y")}}
|
|
@if(count($prev) > 0)
@foreach($prev as $list)
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\resources\views\accounting\print\print_outstanding_balance.blade.php on line 23
Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\accounting\print\print_outstanding_balance.blade.php on line 23
@endforeach
| Previous Balances |
{{number_format($prev_total,2)}} |
@endif
@if(count($lists)>0)
@foreach($heads as $head)
@if($department == "College" or $department == "TESDA")
| {{$head->level}} Year |
@endif
@if($department == "Senior High School")
| {{$head->level}} |
@endif
@foreach($lists as $list)
@if($list->level == $head->level)
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\resources\views\accounting\print\print_outstanding_balance.blade.php on line 41
Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\accounting\print\print_outstanding_balance.blade.php on line 41
@endif
@endforeach
{{number_format($head->total,2)}} |
@endforeach
@endif
| GRAND TOTAL |
{{number_format($total+$prev_total,2)}} |
@if (Auth::user()->accesslevel == '4')
Prepared by:
{{Auth::user()->lastname}}, {{Auth::user()->firstname}}
Accounting Staff - Cashier
@else (Auth::user()->accesslevel == '5')
Prepared by:
{{Auth::user()->lastname}}, {{Auth::user()->firstname}}
Accounting Manager
@endif
{{date("m/d/Y H:m:s")}}