complete story 8.9 with qa tests
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<x-mail::message>
|
||||
<div dir="rtl" style="text-align: right;">
|
||||
# طلب استشارة جديد
|
||||
|
||||
تم تقديم طلب استشارة جديد ويتطلب مراجعتك.
|
||||
|
||||
**معلومات العميل:**
|
||||
|
||||
@if($client->user_type === 'company')
|
||||
- **الشركة:** {{ $client->company_name }}
|
||||
- **الشخص المسؤول:** {{ $client->contact_person_name }}
|
||||
@else
|
||||
- **الاسم:** {{ $client->full_name }}
|
||||
@endif
|
||||
- **البريد الإلكتروني:** {{ $client->email }}
|
||||
- **الهاتف:** {{ $client->phone }}
|
||||
- **نوع العميل:** {{ $client->user_type === 'company' ? 'شركة' : 'فرد' }}
|
||||
|
||||
**تفاصيل الموعد:**
|
||||
|
||||
- **التاريخ:** {{ $formattedDate }}
|
||||
- **الوقت:** {{ $formattedTime }}
|
||||
|
||||
**ملخص المشكلة:**
|
||||
|
||||
{{ $consultation->problem_summary }}
|
||||
|
||||
<x-mail::button :url="$reviewUrl">
|
||||
مراجعة الطلب
|
||||
</x-mail::button>
|
||||
|
||||
مع أطيب التحيات،<br>
|
||||
{{ config('app.name') }}
|
||||
</div>
|
||||
</x-mail::message>
|
||||
Reference in New Issue
Block a user