@extends('admin.main') @section('content')

Child Health Checkup Survey

@csrf @if (Session::has('error_message')) @endif @if (Session::has('success_message')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Bio Data

@php $classLabels = [ '0' => 'Play group', '00' => 'KG-1', '000' => 'KG-2', '1' => '1', '2' => '2', '3' => '3', '4' => '4', '5' => '5', '6' => '6', '7' => '7', '8' => '8', '9' => '9', '10' => '10', '11' => '11', '12' => '12', ]; $selectedClass = $_GET['class'] ?? ($bio_data->class ?? old('class')); @endphp

Vitals/BMI

General Appearance










Inspect Hygiene






Head and Neck examination

Eye:







Ears:





Nose




Oral




Throat Examination

Chest





Abdomen





Musculoskeletal








Vaccination:


vaccinations_completed ?? '')))) checked @endif>
vaccinations_completed ?? '')))) checked @endif>
vaccinations_completed ?? '')))) checked @endif>
vaccinations_completed ?? '')))) checked @endif>
vaccinations_completed ?? '')))) checked @endif>
vaccinations_completed ?? '')))) checked @endif>

Miscellaneous












@endsection @section('script') @endsection