Notice: Undefined variable: account in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\display_general_ledger.blade.php on line 2

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

Notice: Undefined variable: account in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\display_general_ledger.blade.php on line 2

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

Account Code: {{$account->accounting_code}}

Account Name: {{$account->accounting_name}}

@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 accounting_code,$finalStartDate,$finalEndDate))}}"> Print
@foreach($entries as $list)
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\display_general_ledger.blade.php on line 40

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

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

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\display_general_ledger.blade.php on line 43
@if($list->entry_type == 1) @elseif($list->entry_type == 2) @elseif($list->entry_type == 3) @elseif($list->entry_type == 4) @elseif($list->entry_type == 5) @else @endif
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\display_general_ledger.blade.php on line 74

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

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

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\display_general_ledger.blade.php on line 75
@endforeach @if($account_type == 0 ) @else @endif
Date Particulars Type Post. Ref Debit Credit Balance
{{++$x}} {{$list->transaction_date}} {{$list->description}} {{$list->particular}} CR {{$list->reference_id}}JV / DM {{$list->reference_id}}D {{$list->reference_id}}PC {{$list->reference_id}}JV {{$list->reference_id}}BG  {{number_format(abs($list->debit),2)}}  {{number_format(abs($list->credit),2)}}  {{number_format($balance,2)}} 
        TOTAL {{number_format($total_debit,2)}}  {{number_format($total_credit,2)}} {{number_format(abs($total_debit-$total_credit),2)}} {{number_format(abs($total_credit-$total_debit),2)}}