{{trans('labels.student_management')}}

{{trans('labels.student_'.(request()->type ?? 'subscribed'))}} ({{$data->total()}})

@if($data->count() > 0) @foreach($data as $student) @endforeach
{{trans('labels.action')}} {{trans('labels.student_id')}} {{trans('labels.name')}} {{trans('labels.email')}} {{trans('labels.phone')}} {{trans('labels.status')}}
@if($student->cookies) @else @endif {{--@if($student->flag) {!! $student->myFlag() !!} @else @endif--}} {{$student->student_id}} {{$student->name}} {{$student->email}} {{$student->phone}} {!!$student->statusElement()!!} @if(!$student->one_time_password_verified_at) ({{$student->one_time_password}}) @endif
@can('student-delete') @if(!$student->isVerified($student->id)) @endif @endcan @can('login-as-student') @endcan
{!!$data->withQueryString()->links('pagination::bootstrap-4')!!}
@else @endif @if(request()->type == 'mine_pending') طلب عدد جديد @endif