@extends('emails.layouts.email') @section('title', 'Payment Received - ' . $booking->booking_number) @section('header_title', '💰 Payment Received') @section('content')
Payment confirmed!
Payment has been received and the booking is now confirmed.
Amount Paid
{{ $booking->currency }} {{ number_format($booking->total_amount, 0, ',', '.') }}
{{ $booking->confirmed_at ? $booking->confirmed_at->format('d M Y, H:i') : now()->format('d M Y, H:i') }}
The guest has been notified of their confirmed booking.