@include('include.messages')
@if($healthRecords->total() > 2)
@endif
| Student Name | Family Name | Checkup Date | BMI | Action |
|---|---|---|---|---|
| {{ $record->student->stu_full_name ?? '-' }} | {{ $record->family->father_name ?? '-' }} | {{ \Carbon\Carbon::parse($record->checkup_date)->format('d M Y') }} | {{ $record->bmi ?? '-' }} | |
| No health records found. | ||||