DMMC Institute of Health Sciences
{{$department}}
@if($department == "Senior High School" || $department == "Junior High School") {{$school_year}}-{{$school_year + 1}} @else {{$school_year}}-{{$school_year + 1}}
{{$period}} Semester @endif

Set Up Summary

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

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

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\print_setup_summary.blade.php on line 39
@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)}}




@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 @else @endif