@php use App\Support\BusinessTimezone; @endphp @include('emails.partials.header', ['title' => 'Payment Receipt – MJ VAC Services'])
Dear {{ $appointment->name }},
Thank you for your payment to MJ VAC Services.
✓ Payment Successful
${{ number_format($appointment->price, 2) }}
Paid on {{ BusinessTimezone::formatInstant($appointment->paid_at, 'l, F d, Y \a\t h:i A') }} ({{ BusinessTimezone::label() }})
Transaction Date: {{ BusinessTimezone::formatInstant($appointment->paid_at, 'F d, Y \a\t h:i A') }} ({{ BusinessTimezone::label() }})
Amount Paid: ${{ number_format($appointment->price, 2) }}
Payment Reference: {{ $appointment->payment_reference }}
Payment Method: Credit/Debit Card (via Clover)
Appointment ID: {{ $appointment->appointment_id }}
Customer Name: {{ $appointment->name }}
Email: {{ $appointment->email }}
Phone: {{ $appointment->phone }}
Preferred Date: {{ $appointment->scheduledAt()->format('F d, Y') }}
Preferred Time: {{ $appointment->slotTimeRangeLabel() }} ({{ BusinessTimezone::label() }})
@include('emails.partials._appointment-custom-fields', ['appointment' => $appointment])Note: This is a booking fee payment. Your appointment will be confirmed by our team shortly via email.
Thank you for choosing MJ VAC Services. We look forward to serving you!
Please keep this receipt for your records. If you have any questions about this payment, please contact us.
@include('emails.partials.footer')