@if (Session::has('success'))
{{-- --}}
{{ Session::get('success') }}
@endif
@if (Session::has('fail'))
{{ Session::get('fail') }}
@endif
Completed Classes
S.No. | {{--Meeting ID | --}} {{--Status | --}}Tutor | Subject | Topic | {{--Batch | --}} {{--Topic | --}}Started At | Completed At | Attendance | Feedback | Recordings |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{--{{ $class->meeting_id }} | --}} {{--{{ $class->status }} | --}}{{ $class->tutor_name }} | {{ $class->subject_name }} | {{ $class->topic_name }} | {{--{{ $class->batch }} | --}} {{--{{ $class->topics }} | --}}{{ $class->started_at ? \Carbon\Carbon::parse($class->started_at)->format('d-m-Y h:i A') : '' }} | {{ $class->completed_at ? \Carbon\Carbon::parse($class->completed_at)->format('d-m-Y h:i A') : '' }} | @if ($class->student_present == 1) Present @else Absent @endif | @if ($class->tutor_review > 0) {{$class->tutor_review_text}} ({{$class->tutor_review}} ⭐) @else @endif | @if ($class->is_completed == 1) @endforelse |
{!! $classes->links() !!}
{{-- --}}
{{-- --}}