@extends('email.layouts.main') @section('title', 'Booking Confirmation Request') @section('header_title', 'Please Confirm Your Booking') @section('content')
Hello {{ $booking->name }},
A booking for the service {{ optional($event)->event_name }} has been scheduled on {{ date('F d, Y', strtotime($booking->date)) }} at {{ date('h:i A', strtotime($booking->start_time)) }}.
To confirm your booking, please click the button below. Your booking status will then change from pending to confirmed.
If you wish to reschedule or cancel your booking, please use the booking management page.
@endsection