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

Add Canadian Bank Account

@csrf

Bank Accounts

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