{{$department}}

Outstanding Balances as of {{date("M d, Y")}}



Print List   Print Previous
@if(count($prev) > 0) @if($department == "College" or $department == "TESDA") @else @endif @foreach($prev as $list)
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\getoutstanding_balance.blade.php on line 35

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\getoutstanding_balance.blade.php on line 35
@if($department == "College" or $department == "TESDA") @else @endif @endforeach

Previous Balances
(Previous balances or Students not currently enrolled.)

Student No. Student NameCourse LevelLevel SectionBalance
{{$x}} {{$list->idno}} {{$list->lastname}}, {{$list->firstname}} {{$list->middlename}} {{$list->extensionname}}{{$list->program_code}} {{$list->level}} Year{{$list->level}} {{number_format($list->balance,2)}}
SUB TOTAL{{number_format($prev_total,2)}}
@endif @if(count($lists)>0) @foreach($heads as $head) @if($department == "College" or $department == "TESDA") @else @endif @if($department == "College" or $department == "TESDA") @else @endif @foreach($lists as $list) @if($list->level == $head->level)
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\getoutstanding_balance.blade.php on line 83

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\getoutstanding_balance.blade.php on line 83

Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\getoutstanding_balance.blade.php on line 83

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\getoutstanding_balance.blade.php on line 83
@if($department == "College" or $department == "TESDA") @else @endif @endif @endforeach @endforeach

{{$head->level}} Year

{{$head->level}}

Student No. Student NameCourse LevelLevel SectionBalance
{{$x}} {{$list->idno}} {{$list->lastname}}, {{$list->firstname}} {{$list->middlename}} {{$list->extensionname}}{{$list->program_code}} {{$list->level}} Year{{$list->level}} {{$list->section}}{{number_format($list->balance,2)}}
SUB TOTAL{{number_format($sub_total,2)}}
GRAND TOTAL {{number_format($total+$prev_total,2)}}


@else @endif