Accounts Payable
This is an example dashboard created using build-in elements and components.
@csrf
Payable Accounts
@if(!empty($payables)) @foreach($payables 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 : ''}}