complete story 11.3 with qa tests
This commit is contained in:
@@ -6,15 +6,20 @@
|
||||
|
||||
**معلومات العميل:**
|
||||
|
||||
@if($isGuest)
|
||||
- **نوع الحجز:** زائر (بدون حساب)
|
||||
@else
|
||||
@if($client->user_type === 'company')
|
||||
- **الشركة:** {{ $client->company_name }}
|
||||
- **الشخص المسؤول:** {{ $client->contact_person_name }}
|
||||
@else
|
||||
- **الاسم:** {{ $client->full_name }}
|
||||
@endif
|
||||
- **البريد الإلكتروني:** {{ $client->email }}
|
||||
- **الهاتف:** {{ $client->phone }}
|
||||
@endif
|
||||
- **الاسم:** {{ $clientName }}
|
||||
- **البريد الإلكتروني:** {{ $clientEmail }}
|
||||
- **الهاتف:** {{ $clientPhone ?? 'غير متوفر' }}
|
||||
@unless($isGuest)
|
||||
- **نوع العميل:** {{ $client->user_type === 'company' ? 'شركة' : 'فرد' }}
|
||||
@endunless
|
||||
|
||||
**تفاصيل الموعد:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user