Suites and Apartments

RECEIPT

No: {{ $receipt->receipt_number }}

Vendor

Kevron Suites and Apartments — Adeniyi Jones
7B Regina Coker Street, Adeniyi Jones, Ikeja
Lagos 100271, Nigeria
{{ \App\Models\SiteSetting::getVal('contact_email', 'info@kevronapartments.com') }}
{{ \App\Models\SiteSetting::getVal('contact_phone', '+234 813 163 2926') }}

Paid By

{{ $receipt->payment->booking->guest->full_name }}
Email: {{ $receipt->payment->booking->guest->email }}
Phone: {{ $receipt->payment->booking->guest->phone }}
Stay Reference: {{ $receipt->payment->booking->booking_reference }}

Stay Period

Check-In: {{ $receipt->payment->booking->check_in_date->format('M d, Y') }}
Check-Out: {{ $receipt->payment->booking->check_out_date->format('M d, Y') }}

Receipt Metadata

Date Issued: {{ \Carbon\Carbon::parse($receipt->issued_at)->format('M d, Y') }}
Transaction Ref: {{ $receipt->payment->transaction_reference }}
Method: {{ str_replace('_', ' ', $receipt->payment->payment_method) }}
Description Paid (NGN)
Serviced Lodging Stay Payment
Apartment: {{ $receipt->payment->booking->apartmentType->name }}
Reference: {{ $receipt->payment->booking->booking_reference }}
₦{{ number_format($receipt->amount, 2) }}
Total Paid (NGN) ₦{{ number_format($receipt->amount, 2) }}