complete story 8.5 with qa tests

This commit is contained in:
Naser Mansour
2026-01-02 22:22:43 +02:00
parent b289c31513
commit b7a84f83a5
7 changed files with 581 additions and 41 deletions
@@ -0,0 +1,31 @@
<x-mail::message>
# Your Consultation Request Could Not Be Approved
Dear {{ $user->company_name ?? $user->full_name }},
We regret to inform you that we were unable to approve your consultation request.
**Request Details:**
- **Requested Date:** {{ $formattedDate }}
- **Requested Time:** {{ $formattedTime }}
@if($hasReason)
<x-mail::panel>
**Reason:**
{{ $reason }}
</x-mail::panel>
@endif
We welcome you to submit a new consultation request at another time that suits you.
<x-mail::button :url="config('app.url')">
Request New Consultation
</x-mail::button>
For inquiries, contact us at: info@libra.ps
Regards,<br>
{{ config('app.name') }}
</x-mail::message>