@extends('layouts.app', ['pageTitle' => 'Bank Accounts', 'pageSubtitle' => 'Manage cash and bank accounts for receipts and disbursements']) @section('content')

Add Bank Account

@csrf

Bank Accounts

@foreach($banks as $b)@endforeach
BankAccountNoCurrencyLinked AccountBalanceStatus
{{ $b->bank_name }}{{ $b->account_name }}{{ $b->account_number }}{{ $b->currency }}{{ $b->account_code }} {{ $b->account_name_linked }}₦{{ number_format($b->current_balance,2) }}{{ $b->status }}
@endsection