@php $invoice = \App\Support\InvoiceSettings::from($cachedSettings); $invoiceNumber = \App\Support\InvoiceSettings::number($invoice, $reservation->id); @endphp تفاصيل الحجز
@if ($invoice['logo_path']) @endif
{{ $invoice['company_name'] }}
@if ($invoice['subtitle'])
{{ $invoice['subtitle'] }}
@endif
@if ($invoice['show_address'] && $invoice['address'])
{{ $invoice['address'] }}
@endif @if ($invoice['phone'])
{{ __('dashboard.phone') }}: {{ $invoice['phone'] }}
@endif @if ($invoice['show_tax_number'] && $invoice['tax_number'])
{{ __('dashboard.tax_number') }}: {{ $invoice['tax_number'] }}
@endif
تاريخ اليوم: {{ date('Y/m/d') }}
رقم الحجز المطبوع: {{ $invoiceNumber }}
معلومات العميل
اسم العميل: {{ $reservation->customer ? $reservation->customer->name : '' }} كود الفستان: {{ $reservation->product->sku }}
تليفون: {{ $reservation->customer ? $reservation->customer->phone : '' }} تاريخ الحجز: {{ $reservation->created_at->format('Y-m-d') }}
عنوان: {{ $reservation->customer && $reservation->customer->address ? $reservation->customer->address : '' }}
تفاصيل الفستان
وصف الفستان: {{ $reservation->product->name }}
تاريخ المناسبة: {{ $reservation->event_date ? $reservation->event_date : '' }}
تاريخ الاستلام: {{ $reservation->customer_pickup_date ? $reservation->customer_pickup_date : '' }}
تاريخ الاسترداد: {{ $reservation->customer_return_date ? $reservation->customer_return_date : '' }}
@if($reservation->selectedOptions && $reservation->selectedOptions->count() > 0)
خيارات الحجز
@foreach($reservation->selectedOptions as $selectedOption)
{{ $selectedOption->option->name }}:
{{ $selectedOption->value }}
@endforeach
@else
لا توجد خيارات إضافية
@endif
تفاصيل الدفع
مبلغ الإيجار: {{ $reservation->price }}
مقدم: {{ $reservation->paid_amount }}
الباقي: {{ $reservation->remaining_amount }}
إقرار استلام
{{ $invoice['receipt_acknowledgment'] ?: 'إقرار / بأنني قد استلمت البضاعة المذكورة أعلاه بحالة جيدة وأنى ملزم بردها على حالتها التي استلمتها عليها وأن أتحمل تكاليف أي تلفيات تظهر عند الاسترداد وفقا لتقدير إدارة الأتيليه.' }}
التوقيع:
@if ($invoice['terms'])

{{ $invoice['terms'] }}

@endif

* يرجى الاحتفاظ بهذا الإيصال حيث لن يتم تسليم البضاعة المحجوزة إلا بوجود إيصال الحجز

* ملحوظة : لا يمكن استرداد المقدم باي حال من الأحوال