@if($patient_details->gender == 1) @elseif($patient_details->gender == 2) @else @endif @if($patient_details->blood_group) @else @endif @if($patient_details->pre_existing_desease) @else @endif
Patient Name {{ $patient_details->customer_name }}
GenderMaleFemale---
Blood Group{{ $patient_details->blood_group }}---
Pre Existing Disease{{ $patient_details->pre_existing_desease }}---

Items

@foreach($history as $value) @endforeach
S.No Doctor Name Title Description Date
{{ $i }} Dr.{{ $value->doctor_name.'-'.$value->hospital_name }} {{ $value->title }} {{ $value->description }} {{ $value->start_time }}