Счёт №{{ $invoice->id }}

Дата выписки: {{ $invoice->issued_at->format('d.m.Y') }}

Срок оплаты: {{ $invoice->due_date->format('d.m.Y') }}

Бронирование

Гость: {{ $booking->guest_name }}

Тип номера: {{ $roomType->name }}

Даты: {{ $booking->check_in }} — {{ $booking->check_out }}

Сумма

{{ number_format($invoice->amount, 2, ',', ' ') }} ₽