@extends('layouts.app') @section('content')
| # | Student Name | Father Name | Institute ID | Status |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $entry->student->name ?? '—' }} | {{ $entry->student->father_name ?? '—' }} | {{ $entry->student->institute_id ?? '—' }} | {{ ucfirst($entry->status) }} |
No attendance records found for this class yet.
@endif