{{-- Extends layout --}} @extends('layouts.default') {{-- Styles Section --}} @section('styles') Ivrfai | Dashboard @endsection {{-- Content --}} @section('content') @include('layouts.header')

Health Report
{{$data->date}}

 {{$data->response_received}}%

Responses Received

 {{$data->arrivals_verified}}%

Arrivals Verified

 {{$data->student_denied}}

Students Denied

 {{$data->response_needed}}

Responses Needed

{{$data->new_covid_reports}} New Covid-19 Reports
New COVID-19 Reports
{{abs($data->covid_increase)}}

Represents the number of students whose survey responses indicated an affirmitave response to the question "have you been diagonses with COVID-19 in the past 14 days?" for the first time

{{$data->fever}} Fevers at Dropoff
Students Rejected from Entry
{{abs($data->fever_increase)}}

The number of students whose assessments did not indicate any symptoms or fever, but was measured to have a fever during drofoff verifiction.


{{$data->student_reported_symtomps}} Students Reported Symptoms
System Provelance
@endsection @section('scripts') @if (app()->isLocal()) @else @endif @endsection