complete story 8.9 with qa tests
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<x-mail::message>
|
||||
# New Consultation Request
|
||||
|
||||
A new consultation request has been submitted and requires your review.
|
||||
|
||||
**Client Information:**
|
||||
|
||||
@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 }}
|
||||
- **Client Type:** {{ ucfirst($client->user_type) }}
|
||||
|
||||
**Appointment Details:**
|
||||
|
||||
- **Date:** {{ $formattedDate }}
|
||||
- **Time:** {{ $formattedTime }}
|
||||
|
||||
**Problem Summary:**
|
||||
|
||||
{{ $consultation->problem_summary }}
|
||||
|
||||
<x-mail::button :url="$reviewUrl">
|
||||
Review Request
|
||||
</x-mail::button>
|
||||
|
||||
Regards,<br>
|
||||
{{ config('app.name') }}
|
||||
</x-mail::message>
|
||||
Reference in New Issue
Block a user