complete story 11.3 with qa tests

This commit is contained in:
Naser Mansour
2026-01-03 19:27:23 +02:00
parent 06ece9f4b2
commit b1e51e085a
17 changed files with 1062 additions and 38 deletions
@@ -0,0 +1,31 @@
<x-mail::message>
# Your Booking Has Been Confirmed
Dear {{ $guestName }},
Great news! Your consultation request has been approved.
**Date:** {{ $formattedDate }}
**Time:** {{ $formattedTime }}
**Duration:** 45 minutes
**Type:** {{ $isPaid ? 'Paid Consultation' : 'Free Consultation' }}
@if($isPaid && $paymentAmount)
**Amount Due:** {{ number_format($paymentAmount, 2) }} ILS
@if($paymentInstructions)
**Payment Instructions:**
{{ $paymentInstructions }}
@endif
@endif
A calendar invitation (.ics file) is attached to this email. You can add it to your calendar application.
We look forward to meeting with you.
Regards,<br>
{{ config('app.name') }}
</x-mail::message>