@php use Carbon\Carbon; @endphp getLocale()) }}"> {{ config("app.name", "Laravel") }} @vite(["resources/css/app.css", "resources/js/app.js"])
{{-- Start Personal Information --}}
image) : asset("images/profiles/" . $record->gender . ".png") }}" class="h-36 w-36 overflow-hidden object-cover" alt="student image" />

{{ $record->name }}

Gender

{{ ucfirst($record->gender) }}

Date Of Birth

{{ Carbon::parse($record->dob)->format("d-M-Y") }}

Email

{{ $record->email }}

Phone

{{ $record->phone }}

Address

{{ $record->address }}

Guardian

{{ $record->guardian_name }}

{{-- End Personal Information --}} {{-- Start History Taking --}}
student image

History Taking

Medical Conditions Currently Being Experienced

    @foreach (explode(",",$record->historytaking->medical_conditions_currently_being_experienced) as $history)
  • {{ $history }}
  • @endforeach

Health Issues In The Past

    @foreach (explode(",",$record->historytaking->health_issues_in_the_past) as $history)
  • {{ $history }}
  • @endforeach

Allergies

    @foreach (explode(",",$record->historytaking->allergies) as $history)
  • {{ $history }}
  • @endforeach

Previous Vaccination

    @foreach (explode(",",$record->historytaking->previous_vaccination) as $history)
  • {{ $history }}
  • @endforeach

Current Medications / Medications Taken Routinely

    @foreach (explode(",",$record->historytaking->current_medications) as $history)
  • {{ $history }}
  • @endforeach
{{-- End History Taking --}} {{-- Start General Apperance --}}
student image

General Appearance

Skin

{{ $record->generalAppearance->skin }}

Height

{{ $record->generalAppearance->height }}

Pulse Rate

{{ $record->generalAppearance->pulse_rate }}

Temperature

{{ $record->generalAppearance->temperature }}

Weight

{{ $record->generalAppearance->weight }}

Blood Pressure

{{ $record->generalAppearance->blood_pressure }}

BMI

{{ $record->generalAppearance->bmi }}

SPO2

{{ $record->generalAppearance->spo2 }}

{{-- End General Apperance --}} {{-- Start Vision --}}
student image

Vision

Pupil

{{ $record->vision->pupil }}

Right Visual Fields

{{ $record->vision->right_visual_fields }}

Color Vision

{{ $record->vision->color_vision }}

Left Visual Fields

{{ $record->vision->left_visual_fields }}

{{-- End Vision --}} {{-- Start Hearing --}}
student image

Hearing

Right

{{ $record->hearing->right }}

Left

{{ $record->hearing->left }}

{{-- End Hearing --}} {{-- Start Physical & Mental Health Assessment --}}
student image

Physical & Mental Health Assessment

Eyes And Pupils

{{ $record->physicalmentalhealthassessment->eyes_and_pupils }}

Nose

{{ $record->physicalmentalhealthassessment->nose }}

Throat

{{ $record->physicalmentalhealthassessment->throat }}

Teeth And Mouth

{{ $record->physicalmentalhealthassessment->teeth_and_mouth }}

Lungs And Chests

{{ $record->physicalmentalhealthassessment->lungs_and_chest }}

Cardiovascular System

{{ $record->physicalmentalhealthassessment->cardiovascular_system }}

Abdomen

{{ $record->physicalmentalhealthassessment->abdomen }}

Extremities And Back

{{ $record->physicalmentalhealthassessment->extremities_and_back }}

Musculoskeletal

{{ $record->physicalmentalhealthassessment->musculoskeletal }}

Mental Health Status

{{ $record->physicalmentalhealthassessment->mental_health_status }}

{{-- End Physical & Mental Health Assessment --}} {{-- Start Examining Doctor's Information --}}
student image

Examining Doctor's Information

Comments By Examining Doctor

Fit in all area :

{{ $record->doctorinformation->fit_in_all_area }}

Futher assessment is required

{{ $record->doctorinformation->futher_assessment }}

Comment :

{{ $record->doctorinformation->comment }}

Details of Examing Doctor

Name

{{ $record->doctorinformation->name }}

Sign

{{-- End Examining Doctor's Information --}}