✅ Booking Confirmed!

🎉 Great News! Your booking has been confirmed and we're looking forward to seeing you!

Hi {{ $booking->customer_name }},

Your booking request has been approved and confirmed. Please save this email for your records.

@if($booking->bookingResource)

{{ $booking->bookingResource->name }}

Type: {{ ucfirst($booking->bookingResource->resource_type) }}

@if($booking->bookingResource->description)

{{ $booking->bookingResource->description }}

@endif
@endif

Booking Details

Booking Reference: {{ $booking->booking_reference }}
Confirmation Date: {{ now()->format('F j, Y') }}
Status: ✓ Confirmed

📅 Your Schedule

Start Date & Time: {{ $booking->start_datetime->format('l, F j, Y') }}
{{ $booking->start_datetime->format('g:i A') }}
End Date & Time: {{ $booking->end_datetime->format('l, F j, Y') }}
{{ $booking->end_datetime->format('g:i A') }}
👥 Participants: {{ $booking->participants }} {{ Str::plural('participant', $booking->participants) }}

💰 Payment Summary

Total Amount: {{ $website->getCurrencySymbol() }} {{ number_format($booking->total_price, 2) }}
@if($booking->order)
Payment Method: @switch($booking->order->payment_method) @case('chipin') 💳 Online Payment @break @case('bank_transfer') 🏦 Bank Transfer @break @case('cash_on_delivery') 💵 Pay at Counter @break @default {{ ucfirst(str_replace('_', ' ', $booking->order->payment_method)) }} @endswitch
Payment Status: {{ ucfirst($booking->order->payment_status) }}
@if($booking->order->payment_method === 'cash_on_delivery')
💵 Payment Reminder: Please bring {{ $website->getCurrencySymbol() }} {{ number_format($booking->total_price, 2) }} for counter payment.
@endif @endif
@if($booking->special_requests)

Special Requests

{{ $booking->special_requests }}

@endif

📋 Important Reminders

  • Please arrive 10-15 minutes early
  • Bring this confirmation email or your booking reference
  • Contact us if you need to reschedule or cancel
  • @if($booking->order && $booking->order->payment_method === 'cash_on_delivery')
  • Bring exact payment amount if possible
  • @endif
@if($website->settings['business_address_line_1'] ?? null)

📍 Location

{{ $website->settings['business_address_line_1'] }}
@if($website->settings['business_address_line_2'] ?? null) {{ $website->settings['business_address_line_2'] }}
@endif {{ $website->settings['business_city'] ?? '' }}, {{ $website->settings['business_state'] ?? '' }} {{ $website->settings['business_postal_code'] ?? '' }}
{{ $website->settings['business_country'] ?? '' }}

@endif @if($website->settings['support_phone'] ?? null)

Questions? Call us at {{ $website->settings['support_phone'] }}

@endif

We look forward to serving you! See you soon! 🎉