@extends('layouts.admin') @section('content')
{{$courses->has_label ? '( '.$courses->label.' )' : ''}} {{$courses->cname}} ({{$courses->lshort_name}})
Attention: This page shows the last 4 months classes, you can view old classes using filter below
@lang('student.filter by')
{{-- Attendance --}}
@if ($attendance->total() <= 150)
@else Export @endif
@if(is_array(request()->sessions)) @foreach (request()->sessions as $session) @endforeach @else @endif group }}>
{{-- --}} @foreach ($meeting_attendants as $meeting) @endforeach @foreach ($attendance as $student) {{-- --}} @foreach ($meeting_attendants as $meeting) @if (in_array($student->user_id,$meeting->attendants->pluck('id')->toArray())) @else @endif @endforeach @endforeach
StudentEnrollment Method Group {{-- --}} {{$meeting->mstartdate}} / ( {{date('h:i A', strtotime($meeting->mstarttime))}} ) @if ($meeting->is_extra) Extra @endif
{{$student->first_name.' '.$student->middle_name.' '.$student->last_name}} {{$student->fees_by_lesson ? 'By Lesson':'By Course'}} @foreach ($fav_groups as $group) @if ($group->user_id == $student->user_id) {{$group->gname}} @endif @endforeach A {{-- {{$meeting->attendants->where('id',$student->id)->first()}} --}} @if ($meeting->attendants->where('id',$student->user_id)->first()->pivot->deleted_at) Deleted @endif @if ($meeting->attendants->where('id',$student->user_id)->first()->pivot->is_refunded) @endif @if ($meeting->attendants->where('id',$student->user_id)->first()->pivot->is_refunded_after_post) @endif S {{$meeting->mstatus == 'Canceled' ? 'Canceled':''}}
{{ $attendance->appends(Request::except('page'))->render('inc.paginate') }}

Displaying {{$attendance->count()}} of {{ $attendance->total() }} attendance(s).

@endsection @section('admin-js') {{-- limit the number of selection --}} {{-- filter sessions based on group --}} {{-- per page filter --}} @endsection