@php $invoice = \App\Support\InvoiceSettings::from($cachedSettings); $invoiceNumber = \App\Support\InvoiceSettings::number($invoice, $reservation->id); @endphp
| وصف الفستان: | {{ $reservation->product->sku }} - {{ $reservation->product->name }} |
| تاريخ المناسبة: | {{ $reservation->event_date ? \Carbon\Carbon::parse($reservation->event_date)->format('Y-m-d') : 'غير محدد' }} |
| تاريخ البروفة: | {{ $reservation->fitting_date ? \Carbon\Carbon::parse($reservation->fitting_date)->format('Y-m-d') : 'غير محدد' }} |
| تاريخ الاستلام: | {{ $reservation->customer_pickup_date ? \Carbon\Carbon::parse($reservation->customer_pickup_date)->format('Y-m-d') : 'غير محدد' }} |
| تاريخ الإرجاع: | {{ $reservation->customer_return_date ? \Carbon\Carbon::parse($reservation->customer_return_date)->format('Y-m-d') : 'غير محدد' }} |
| مبلغ الإيجار | {{ number_format($reservation->price, 2) }} |
| المبلغ المدفوع (مقدم) | {{ number_format($reservation->paid_amount, 2) }} |
| المبلغ المتبقي | {{ number_format($reservation->remaining_amount, 2) }} |