@extends(niche_shell_layout()) @section('title', 'تعديل حساب بنكي - '.config('app.name')) @section('breadcrumb') الرئيسية المحاسبة الحسابات البنكية تعديل حساب بنكي @endsection @push('styles') @endpush @section('content')

تعديل حساب بنكي

@csrf @method('PUT')

تفاصيل البنك

@error('bank_name')

{{ $message }}

@enderror

تفاصيل الحساب البنكي

@error('account_number')

{{ $message }}

@enderror
@error('iban')

{{ $message }}

@enderror
@php $currencyOpts = [ ['value' => 'SAR', 'label' => 'SAR'], ['value' => 'USD', 'label' => 'USD'], ['value' => 'EUR', 'label' => 'EUR'], ['value' => 'AED', 'label' => 'AED'], ['value' => 'EGP', 'label' => 'EGP'], ]; @endphp @error('currency')

{{ $message }}

@enderror

حساب الدليل المرتبط

@if($account->ledgerAccount)

{{ $account->ledgerAccount->code }} — {{ $account->ledgerAccount->name_ar }}

الرصيد في قائمة البنوك = الرصيد الافتتاحي لحساب الدليل + مجموع (مدين − دائن) من القيود.

@else

لا يوجد حساب دليل مرتبط بهذا السجل؛ راجع المسؤول لإصلاح الربط إن كان السجل قديماً.

@endif

جهة الاتصال

الإعدادات

نشط

الحساب نشط ويمكن استخدامه

@error('status')

{{ $message }}

@enderror

افتراضي

حساب بنكي افتراضي

إلغاء
@endsection