@extends(niche_shell_layout()) @section('title', niche_label('finance.receipt', 'سند قبض').' - '.config('app.name')) @section('breadcrumb') الرئيسية › المحاسبة › سندات القبض @endsection @section('content')
تحصيل المبالغ من العملاء وربطها بقيود مالية تلقائياً.
| التاريخ | {{ niche_label('entities.customer', 'العميل') }} | المرجع | المبلغ | المستخدم |
|---|---|---|---|---|
| {{ $receipt->date?->format('Y-m-d') }} | {{ $receipt->customer?->name ?? '—' }} | {{ $receipt->reference ?? '—' }} | {{ number_format((float) $receipt->amount, 2) }} | {{ $receipt->creator?->name ?? '—' }} {{ $receipt->creator?->email }} |
| لا توجد سندات قبض حتى الآن. أضف أول سند قبض | ||||