@extends('layouts.admin') @section('title', 'Banking Overview') @section('page-title', 'Banking Overview') @section('breadcrumbs') Banking Overview @endsection @section('content')
Cash In Hand
{{ number_format($cashInHand ?? 0, 2) }}
Bank Balance
{{ number_format($bankBalance ?? 0, 2) }}
Total Accounts
{{ $totalAccounts ?? 0 }}
Total Balance
{{ number_format($totalBalance ?? 0, 2) }}
Manage your bank accounts for payments and transactions.
| Account Name | Bank Name | Account Number | Currency | Balance | Actions |
|---|---|---|---|---|---|
| {{ $account->account_name }} | {{ $account->bank_name }} | {{ $account->account_number }} | {{ $account->currency }} | {{ \App\Models\Currency::formatAmount($account->current_balance ?? 0, $account->currency) }} |
|
|
account_balance
No bank accounts found |
|||||
{{ $balanceTrend['subtitle'] ?? '' }}
Could not load chart data.
This will permanently remove from banking. This cannot be undone.
Transactions that reference this account may need to be reviewed separately.