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
@@ -5,15 +5,20 @@ A new consultation request has been submitted and requires your review.
**Client Information:**
@if($isGuest)
- **Booking Type:** Guest (No Account)
@else
@if($client->user_type === 'company')
- **Company:** {{ $client->company_name }}
- **Contact Person:** {{ $client->contact_person_name }}
@else
- **Name:** {{ $client->full_name }}
@endif
- **Email:** {{ $client->email }}
- **Phone:** {{ $client->phone }}
@endif
- **Name:** {{ $clientName }}
- **Email:** {{ $clientEmail }}
- **Phone:** {{ $clientPhone ?? 'Not provided' }}
@unless($isGuest)
- **Client Type:** {{ ucfirst($client->user_type) }}
@endunless
**Appointment Details:**