Attendance List
| S.No | Student Name | Batch | Class Topic | Status | Date |
|---|---|---|---|---|---|
| {{$k + 1}} | {{ $student->name }} | {{ $student->batch_name }} | {{ $student->class_topic }} | {{ $student->status }} | {{ $student->att_date}} |
@extends('layouts.default') @section('content')
| S.No | Student Name | Batch | Class Topic | Status | Date |
|---|---|---|---|---|---|
| {{$k + 1}} | {{ $student->name }} | {{ $student->batch_name }} | {{ $student->class_topic }} | {{ $student->status }} | {{ $student->att_date}} |