{{ __('Subject') }}: {{ $appointment?->subject }}{!! clean($appointment?->description) !!} @if (count($appointment?->documents)){{ __('Important Documents') }}
|
@extends('layouts.client.layout') @section('title')
|
{{ $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) !!} @if (count($appointment?->documents)){{ __('Important Documents') }}
|