@extends('../layout/' . $layout) @section('subhead')
# | Teacher Name | Course | Subject | Percentage | Status | From | To |
---|---|---|---|---|---|---|---|
{{ ++$c }} | {{ $teacher->name }} | {{ $course->title }} | {{ $row->subject }} | {{ $row->percentage }} | {{ $row->status }} | {{ $row->from_date }} | {{ $row->to_date }} |