All Students
--}}
{{-- This is Datatable page in wihch we have used jQuery with cnd link!--}}
{{--
--}}
@if(Auth::user()->is_admin && Auth::user()->role['slug'] == 'admin')
Students Filter
All Students
|
|
No. | Full Name | @if(Auth::user()->is_admin && Auth::user()->role['slug'] == 'admin')Phone | @endifVerified | Setup | Active | Created | @if(Auth::user()->is_admin && Auth::user()->role['slug'] == 'admin')Action | @endif|
|---|---|---|---|---|---|---|---|---|---|
|
|
{{$count}} | {{ $student->profile['first_name'] ?? null }} {{ $student->profile['last_name'] ?? null }} | @if(Auth::user()->is_admin && Auth::user()->role['slug'] == 'admin'){{ $student->email ?? 'No email' ?? null }} | {{ $student->phone ?? 'No phone number' ?? null }} | @endif@if($student->email_verified_at and !$student->number_verified_at) Email Verified @elseif($student->email_verified_at and $student->number_verified_at) Number Verified @else Pending @endif | @if($student->setup) Done @else Pending @endif | @if($student->active) Yes @else No @endif | {{$student->created_at ?? null}} | @if(Auth::user()->is_admin && Auth::user()->role['slug'] == 'admin')
|
@endif