@extends(niche_shell_layout()) @section('title', 'سند قبض جديد - ' . config('app.name')) @section('breadcrumb') الرئيسية المحاسبة سندات القبض سند جديد @endsection @section('content') @php $receiptCustomerOptions = $customers->map(fn ($customer) => [ 'value' => $customer->id, 'label' => trim((string) ($customer->code ?? '').' — '.(string) ($customer->name ?? '')), ])->all(); @endphp

سند قبض

تحصيل مبالغ من العملاء وتسجيلها في الحسابات.

الرجوع لسندات القبض
@if(session('error'))
{{ session('error') }}
@endif
@csrf
@error('customer_id')

{{ $message }}

@enderror
@error('date')

{{ $message }}

@enderror
@error('amount')

{{ $message }}

@enderror
@error('reference')

{{ $message }}

@enderror
إلغاء
@endsection