@extends('layouts.app', ['pageTitle' => 'Bank Accounts', 'pageSubtitle' => 'Manage cash and bank accounts for receipts and disbursements']) @section('content')
| Bank | Account | No | Currency | Linked Account | Balance | Status |
|---|---|---|---|---|---|---|
| {{ $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 }} |