complete story 11.3 with qa tests

This commit is contained in:
Naser Mansour
2026-01-03 19:27:23 +02:00
parent 06ece9f4b2
commit b1e51e085a
17 changed files with 1062 additions and 38 deletions
@@ -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
**تفاصيل الموعد:**