@extends('layouts.public') @section('title', 'Booking Complete - ' . $booking->booking_number) @section('head-extra') @endsection @section('content')
Booking {{ $booking->booking_number }} has been paid successfully and the customer status is now {{ $booking->status_label }}.