@extends('layouts.app') @section('title', 'Medical Reports') @section('content')

Medical Reports

Visits This Month
{{ $visitsThisMonth }}
Students with Allergies
{{ $allergyCount }}

Blood Group Distribution

@forelse($bloodGroups as $group => $count) @empty @endforelse
Blood GroupStudents
{{ $group ?: 'Not recorded' }}{{ $count }}
No data yet.
@endsection