@extends('Nurse.patient.HospitalLayouts.app') @push('csscode') @endpush @section('content') @php $earliest_year = 1950; @endphp @endsection @push('jscode') {!! Charts::scripts() !!} {!! $population_bar_chart->script() !!} {!! $user_age_count->script() !!} {!! $patient_medication_count->script() !!} {!! $medicationGraphForRel->script() !!} {!! $medicationGraphForOther->script() !!} {!! $patientSpacerCount->script() !!} {!! $PatientTriggerData->script() !!} {!! $patientWheezeData->script() !!} {{-- asthma checker total graph --}} {!! $TotalPerAsthmaChecker->script() !!} {!! $goodAsthmaGraph->script() !!} {!! $badAsthmaGraph->script() !!} {!! $AsthmaNotFill->script() !!} {!! $pickFlowNotFill->script() !!} @endpush