العودة

{{ $company->name }}

{{ $company->address }}

هاتف: {{ $company->phone }}

البريد: {{ $company->email }}

@if($company->tax_number)

الرقم الضريبي: {{ $company->tax_number }}

@endif

سند استلام

رقم السند: {{ $deposit->id }}
رقم المرجع: {{ $deposit->reference_number ?: '---' }}
التاريخ: {{ $deposit->deposit_date->format('Y-m-d') }}
الخزينة: {{ $deposit->treasury->name }}
الحساب: {{ $deposit->account ? $deposit->account->name : 'غير محدد' }}
البيان / الوصف:
{{ $deposit->description ?: 'لا يوجد وصف' }}
المبلغ: {{ number_format($deposit->amount, 2) }} {{ $company->currency ?: 'ريال سعودي' }}
أمين الخزينة
المحاسب
مدير الحسابات