complete story 8.5 with qa tests
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<x-mail::message>
|
||||
<div dir="rtl" style="text-align: right;">
|
||||
# تعذر الموافقة على طلب الاستشارة
|
||||
|
||||
عزيزي/عزيزتي {{ $user->company_name ?? $user->full_name }}،
|
||||
|
||||
نأسف لإبلاغك بأنه تعذر علينا الموافقة على طلب الاستشارة الخاص بك.
|
||||
|
||||
**تفاصيل الطلب:**
|
||||
|
||||
- **التاريخ المطلوب:** {{ $formattedDate }}
|
||||
- **الوقت المطلوب:** {{ $formattedTime }}
|
||||
|
||||
@if($hasReason)
|
||||
<x-mail::panel>
|
||||
**سبب الرفض:**
|
||||
|
||||
{{ $reason }}
|
||||
</x-mail::panel>
|
||||
@endif
|
||||
|
||||
نرحب بك لتقديم طلب استشارة جديد في وقت آخر يناسبك.
|
||||
|
||||
<x-mail::button :url="config('app.url')">
|
||||
طلب استشارة جديدة
|
||||
</x-mail::button>
|
||||
|
||||
للاستفسارات، تواصل معنا على: info@libra.ps
|
||||
|
||||
مع أطيب التحيات،<br>
|
||||
{{ config('app.name') }}
|
||||
</div>
|
||||
</x-mail::message>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user