@extends(niche_shell_layout()) @section('title', niche_label('finance.bank_accounts', 'الحسابات البنكية').' - '.config('app.name')) @section('breadcrumb') الرئيسية › المحاسبة › الحسابات البنكية @endsection @section('content')
إدارة الحسابات البنكية والأرصدة
|
اسم البنك
|
رقم الحساب
|
العملة
|
حساب الدليل
|
الرصيد المحاسبي
|
الحالة
|
|
|---|---|---|---|---|---|---|
| {{ $account->bank_name }} | {{ $account->account_number }} | {{ $account->currency }} | @if($account->ledgerAccount) {{ $account->ledgerAccount->code }} {{ $account->ledgerAccount->name_ar }} @else غير مربوط @endif | {{ erp_money((float) $account->current_balance) }} {{ $account->currency }} | @if($account->status === 'active') نشط @else غير نشط @endif |
@php $bankAccMenuId = 'bank-account-actions-'.$account->id; @endphp
|