Hello {{ $payment->customer_name }},
Your payment has been successfully processed. Here are the details:
Payment Information
Payment ID: {{ $payment->transaction_id }}
Amount Paid: {{ $payment->currency }} {{ number_format($payment->amount, 2) }}
Payment Method: {{ ucfirst($payment->payment_method) }}
Payment Date: {{ $payment->paid_at->format('F j, Y \a\t g:i A') }}
Appointment Details
Service: {{ $eventType->name }}
Provider: {{ $user->name }}
Date & Time: {{ $event->start_at->format('F j, Y \a\t g:i A') }}
Duration: {{ $eventType->duration }} minutes
@if($event->eventLocation)Location: {{ $event->eventLocation->name }}
@endifYour appointment is now confirmed. You will receive a reminder before your scheduled time.