{{ __('Subject') }}: {{ $appointment?->subject }}{!! clean($appointment?->description) !!} |
|
{{ $contactInfo?->address }}
{{ $setting?->prescription_phone }}
{{ $setting?->prescription_email }}
|
{{ $appointment?->lawyer?->name }}{{ $appointment?->lawyer?->designations }} |
| {{ __('Client Name') }}: {{ $appointment?->user?->name }} | {{ __('Age') }}: {{ $appointment?->user?->details?->age }} {{ __('Years') }} | {{ __('Date') }}: {{ formattedDate($appointment?->date) }} |
{{ __('Subject') }}: {{ $appointment?->subject }}{!! clean($appointment?->description) !!} |