{{ $contactInfo?->address }}
{{ $setting?->prescription_phone }}

{{ $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) !!}