@extends('layouts.public') @section('title', 'Booking Complete - ' . $booking->booking_number) @section('head-extra') @endsection @section('content')
Paid

Booking Completed

Booking {{ $booking->booking_number }} has been paid successfully and the customer status is now {{ $booking->status_label }}.

Customer: {{ $booking->customer_name }} Total Paid: ${{ number_format($booking->amount_paid, 2) }}
@if(!empty($businessSetup?->website)) @else
The business website URL is not configured yet, so the iframe could not be shown.
@endif
@endsection