{{ __('Accounting') }}

All Accounts

@foreach($accounts as $account) @endforeach
Account Number Name Type Balance Action
{{ $account->account_number }} {{ $account->name }} {{ $account->type }} {{ number_format($account->balance, 2) }}