Total Accounts

{{ number_format($totalaccounts) }}

Active Accounts

{{ number_format($activeaccounts) }}

Inactive Accounts

{{ number_format($inactiveaccounts) }}

@if ($accounts != null) @foreach ($accounts as $account) @endforeach @endif
Name Account Number Type Balance
{{ $account->accountname }} {{ $account->accountnumber }} {{ $account->accounttype == 1 ? 'School owned account' : 'Other account' }} {{ $account->accountbalance }}
{{-- Modals --}}