@if($receipt->status == 'cancelled')
ملغي / CANCELLED
@endif
{{ config('app.name') }}
سجل تجاري: 1234567890 | الرياض، المملكة العربية السعودية
سند قبض / RECEIPT
{{ $receipt->receipt_number }}
العميل / Customer
{{ $receipt->customer->name }}
{{ $receipt->customer->phone }}
التاريخ / Date
{{ $receipt->receipt_date->format('Y-m-d H:i') }}
@if($receipt->rental)
عقد رقم / Contract #
{{ $receipt->rental->contract_number }}
@endif
المبلغ المستلم / Amount Received
{{ number_format($receipt->amount, 2) }} SAR
طريقة الدفع / Method
{{ $receipt->payment_method }}
الوصف / Description النوع / Type المبلغ / Amount
@if($receipt->rental) دفعة مقابل عقد تأجير رقم {{ $receipt->rental->contract_number }} @else دفعة نقدية @endif {{ str_replace('_', ' ', $receipt->payment_type) }} {{ number_format($receipt->amount, 2) }} SAR
@if($receipt->rental)
الرصيد المتبقي في العقد / Remaining Balance
{{ number_format($receipt->rental->remaining_amount, 2) }} SAR
@endif @if($receipt->notes)
ملاحظات / Notes
{{ $receipt->notes }}
@endif
توقيع العميل
Customer Signature
ختم الشركة وتوقيع المحصل
Authorized Signature
الموظف: {{ $receipt->receiver->name }}
تم إنتاجه عبر نظام إدارة {{ config('app.name') }} - @ {{ date('Y') }}