Clinic's Information
{{$patient->clinic->address}}
{{$patient->clinic->phone}}
{{$patient->clinic->email}}
Patient's Information
{{$patient->first_name}} {{$patient->last_name}}
@if($patient->address)
{{$patient->address}}
@endif
@if($patient->phone)
{{$patient->phone}}
@endif
@if($patient->nic)
{{$patient->nic}}
@endif
@if($patient->gender)
{{$patient->gender}}
@endif