@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
تحصيل مبالغ من العملاء وتسجيلها في الحسابات.