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

Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\dmmc.back0118\resources\views\accounting\ajax\display_account_collection.blade.php on line 20
@endforeach
Remarks Transaction Date OR # Amount
{{++$x}} {{$list->description}} {{date_format(date_create($list->transaction_date),"F d, Y")}} {{$list->receipt_no}} {{number_format($list->credit,2)}} 
      TOTAL {{number_format($total,2)}}