Logo
G4 HOMEZ
Kilakala Bong'ola, Morogoro, Tanzania
Phone: +255 782 437 508
Email: booking@g4homez.com

Payment Receipt

No: RCP-{{ str_pad($billing->id, 6, '0', STR_PAD_LEFT) }}-{{ time() }}

Received From:
{{ $billing->booking->full_name }}
{{ $billing->booking->email }}
{{ $billing->booking->phone }}
Payment Date:
{{ now()->format('M d, Y') }}

Booking ID:
#{{ $billing->booking_id }}

Room:
Room #{{ $billing->booking->room->room_number }}
Amount Paid:
${{ number_format($amountPaid, 2) }}
@if(class_exists('NumberFormatter'))
-- {{ ucwords((new NumberFormatter("en", NumberFormatter::SPELLOUT))->format($amountPaid)) }} Dollars Only --
@endif
@if($billing->reference_number) @endif
Payment Details Information
Payment For Stay at G4 Homez (Booking #{{ $billing->booking_id }})
Payment Method {{ strtoupper($billing->payment_method) }} {{ $billing->bank_name ? "($billing->bank_name)" : "" }} {{ $billing->mobile_operator ? "($billing->mobile_operator)" : "" }}
Reference Number {{ $billing->reference_number }}
Total Bill Amount: ${{ number_format($billing->amount_to_pay, 2) }}
Total Paid to Date: - ${{ number_format($billing->amount_paid, 2) }}
Remaining Balance: ${{ number_format($billing->amount_to_pay - $billing->amount_paid, 2) }}