DMMC Institute of Health Sciences
#143 Narra St., Mountainview Subd., Tanauan City, Batangas

Set Up List
{{$department}}
@if($department == "Senior High School" || $department == "Junior High School") {{$school_year}}-{{$school_year + 1}} @else {{$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\print\print_setup_list.blade.php on line 32

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\print\print_setup_list.blade.php on line 32
@endforeach
Category Amount
{{$ledger->category}} {{number_format($ledger->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
{{date("m/d/Y H:m:s")}} @else @endif