{{$department}}

@if($department == "Senior High School" || $department == "Junior High School")

AY {{$school_year}}-{{$school_year + 1}}

@else

AY {{$school_year}}-{{$school_year + 1}}

{{$period}} Semester

@endif
@if(count($ledgers)>0)
@foreach($ledgers as $ledger)
Notice: Undefined variable: ledger in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\getsetupsummary.blade.php on line 25

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\getsetupsummary.blade.php on line 25
@endforeach @foreach($tuitions as $tuition)
Notice: Undefined variable: tuition in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\getsetupsummary.blade.php on line 33

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\getsetupsummary.blade.php on line 33
@endforeach
Accounting Code Subsidiary Amount
{{$ledger->accounting_code}} {{$ledger->description}} {{number_format($ledger->amount,2)}}
{{$tuition->accounting_code='41100'}} {{$tuition->category}} {{number_format($tuition->amount,2)}}
Total {{number_format($total,2)}}
@else @endif