{{--The ID to be printed--}}

{{$patient->clinic->name}} - Patient ID

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

$patient->id])}}" class="btn btn-primary pull-left"> Back to Patient