@php $invoice = \App\Support\InvoiceSettings::from($cachedSettings); $invoiceNumber = \App\Support\InvoiceSettings::number($invoice, $reservation->id); @endphp
| {{ __('dashboard.partial_invoice') }} #: {{ $invoiceNumber }} | {{ __('dashboard.date') }}: {{ $reservation->created_at->format('Y-m-d') }} |
| {{ __('dashboard.customer') }}: {{ $reservation->customer->name }} | |
| {{ __('dashboard.address') }}: {{ $reservation->customer->address }} | |
| {{ __('dashboard.governorate') }}: {{ $reservation->customer->governorate }} | |
| {{ __('dashboard.phone') }}: {{ $reservation->customer->phone }} | |
{{ $invoice['terms'] }}
@endif @if ($invoice['footer']){{ $invoice['footer'] }}
@endif| {{ __('dashboard.price') }}: | {{ $reservation->price }} |
| {{ __('dashboard.deposit') }}: | {{ $reservation->paid_amount }} |
| {{ __('dashboard.remaining') }}: | {{ $reservation->remaining_amount }} |
| {{ __('dashboard.price') }}: | {{ $reservation->price }} |
| {{ __('dashboard.deposit') }}: | {{ $reservation->paid_amount }} |
| {{ __('dashboard.first_time_wear') }}: | {{ $reservation->is_first_time ? __('dashboard.yes') : __('dashboard.no') }} |