@extends('layouts.site') @section('title', 'Payment Successful') @section('content')

Payment Successful

Your advance payment was received successfully and your booking is now confirmed.

Booking ID: #{{ $booking->id }}
Payment Ref: {{ $payment->merchant_order_id }}
Amount: {{ $payment->currency }} {{ number_format((float) $payment->amount, 2) }}
@endsection