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

Trial Balance
@if($finalStartDate == $finalEndDate) Date Covered : {{date_format(date_create($finalStartDate),"F d, Y")}}
@else Date Covered : {{date_format(date_create($finalStartDate),"F d, Y")}} - {{date_format(date_create($finalEndDate),"F d, Y")}}
@endif

 
@foreach($lists as $list)
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\trial_balance\print_trial_balance.blade.php on line 57

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

Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\trial_balance\print_trial_balance.blade.php on line 58

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\trial_balance\print_trial_balance.blade.php on line 58
@endforeach
Account Code Account Name Debit Credit
{{++$x}} {{$list->accounting_code}} {{$list->accounting_name}} {{number_format(abs($list->debit),2)}}  {{number_format(abs($list->credit),2)}} 
    TOTAL {{number_format($total_debit,2)}}  {{number_format($total_credit,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")}}