@if($lists->isNotEmpty())

Account No. : {{$accounting_code->accounting_code}}

Account Name : {{getAccountingName($accounting_code->accounting_code)}}

Print Account List Print Account Summary

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

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\display_otherpayment_collection.blade.php on line 30
@endforeach
Date OR # Paid By Description Amount View
{{++$x}} {{date_format(date_create($list->transaction_date),"M d, Y")}} {{$list->receipt_no}} {{$list->paid_by}} {{$list->description}} {{$list->particular}} {{number_format($list->credit,2)}}  View
        TOTAL {{number_format($total,2)}} 
@else

No transactions for the inputted date range

@endif