@if (!empty($hotel->url)) @php $url = $hotel->url; if (!preg_match("~^(?:f|ht)tps?://~i", $url)) { $url = 'https://' . ltrim($url, '/'); } @endphp @endif Payment Receipt - {{$hotel->name}}

Payment Successful!

Your subscription has been renewed successfully

@if($hotel->logo) Hotel Logo @else
{{ strtoupper(substr($hotel->name, 0, 1)) }}
@endif

{{$hotel->name}}

Payment Receipt

Amount Paid
₦{{ number_format($amount ?? $hotel->amount) }}
Payment Date
{{ $hotel->updated_at->format('M d, Y') }}
Next Renewal
{{-- {{ $hotel->updated_at ?? (isset($hotel->updated_at) ? \Carbon\Carbon::parse($hotel->validity)->subYear()->format('M d') : '') }} --- --}} {{ $hotel->validity ?? (isset($hotel->validity) ? \Carbon\Carbon::parse($hotel->validity)->format('M d, Y') : '') }}
From
{{$hotel->name}}
{{$hotel->address}}
{{$hotel->phone}}
{{$hotel->email}}

Payment Summary

Subscription Amount ₦{{ number_format($amount ?? $hotel->amount) }}
Tax (0%) ₦0.00
Total Amount (NGN) ₦{{ number_format($amount ?? $hotel->amount) }}

Thank You!

Thank you for choosing {{$hotel->name}}. We look forward to serving you.

Back to Login