Accounts receivable
This is an example dashboard created using build-in elements and components.
@csrf
Receivable Accounts
@if(!empty($receivables)) @foreach($receivables as $list) @endforeach @endif
# Name Account Group Account Type Account Category Balance Action
{{$list->id}} {{$list->name}} {{$list->chart_name}} {{$list->ledger_account_name}} {{$list->accounts_category_name}} {{$list->balance}}
Net Balance {{(isset($netBalance)) ? $netBalance : ''}}