complete story 11.2 with qa tests

This commit is contained in:
Naser Mansour
2026-01-03 19:15:07 +02:00
parent f32ea2b68d
commit 06ece9f4b2
12 changed files with 1116 additions and 14 deletions
@@ -0,0 +1,29 @@
<x-mail::message>
# Your Consultation Request Has Been Submitted
Dear {{ $guestName }},
Your consultation request has been successfully submitted. We will review your request and get back to you as soon as possible.
**Appointment Details:**
- **Date:** {{ $formattedDate }}
- **Time:** {{ $formattedTime }}
@if($summaryPreview)
**Problem Summary:**
{{ $summaryPreview }}
@endif
<x-mail::panel>
**Status:** Pending Review
We will review your request and respond within 1-2 business days.
</x-mail::panel>
If you have any questions, please don't hesitate to contact us.
Regards,<br>
{{ config('app.name') }}
</x-mail::message>