Students
| # | Name | Classes | Started | Completed | Progress | Schedule | |
|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $student->fname}} {{ $student->lname}} | {{ $student->total_theory + $student->total_practical }} | {{ date('d M Y', strtotime($student->created_at)) }} | @if ( !empty($student->completed_on) ){{ date('d M Y', strtotime($student->completed_on)) }} | @elseOngoing | @endif{{ round((($student->completed_theory + $student->completed_practical) / ($student->total_theory + $student->total_practical)) * 100) }}% | Schedule |
| It's empty here. | |||||||
Missed Practical Theory Complete