|
|
@if(count($prev) > 0)
@foreach($prev as $list)
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\print\print_outstanding_balance.blade.php on line 18
Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\print\print_outstanding_balance.blade.php on line 18
@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\dmmc.back0118\resources\views\accounting\print\print_outstanding_balance.blade.php on line 36
Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\print\print_outstanding_balance.blade.php on line 36
@endif
@endforeach
{{number_format($head->total,2)}} |
@endforeach
@endif
GRAND TOTAL |
{{number_format($total+$prev_total,2)}} |