Attendance List

{{ csrf_field() }}
@foreach($students as $k=>$student) @endforeach
S.No Student Name Batch Class Topic Status Date
{{$k + 1}} {{ $student->name }} {{ $student->batch_name }} {{ $student->class_topic }} {{ $student->status }} {{ $student->att_date}}