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

إضافة حساب بنكي

@csrf

تفاصيل البنك

@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

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

عند الحفظ يُنشأ حساب فرعي تلقائياً تحت مجموعة البنوك في الدليل ويُربط بهذا الحساب البنكي؛ رصيد البنك في القائمة يُحسب من حركة ذلك الحساب (افتتاحي + قيود).

جهة الاتصال

الإعدادات

نشط

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

@error('status')

{{ $message }}

@enderror

افتراضي

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

إلغاء
@endsection