@include('include.messages')
@if($accounts->total() > 5)
@endif
| ID | Bank Name | Account Title | Account Number | Account Type | Opening Balance | Closing Balance | Action |
|---|---|---|---|---|---|---|---|
| {{ $account->id }} | {{ $account->bank_name }} | {{ $account->display_name }} | {{ $account->account_number }} | {{ ucfirst($account->account_type) }} | {{ number_format($account->opening_balance, 2) }} | {{ number_format($account->closing_balance, 2) }} | |
| No bank account records found. | |||||||