@extends('emails.layouts.email') @section('title', 'Booking Cancelled - ' . $booking->booking_number) @section('header_title', '❌ Booking Cancelled') @section('content')
Booking cancelled!
A booking has been cancelled.
{{ $booking->cancellation_reason }}
| Cancelled On | {{ $booking->cancelled_at ? $booking->cancelled_at->format('d M Y, H:i') : now()->format('d M Y, H:i') }} |
| Paid Amount | {{ $booking->currency }} {{ number_format($booking->paid_amount, 0, ',', '.') }} (Refund may be required) |
The guest has been notified of this cancellation.