@extends('admin.layouts.master') @section('title','All User') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __('All Users') }}
# # {{ __('Profile Picture') }} {{ __('Users Details') }} {{ __('Role') }} {{ __('Login as User') }} {{ __('Status') }} {{ __('Action') }}
{{ __('All Students') }}
# {{ __('Profile Picture') }} {{ __('Student Detail') }} {{ __('Login As Student') }} {{ __('Status') }} {{ __('Action') }}
{{ __('All Instructors') }}
# {{ __('Profile Picture') }} {{ __('Instructor Detail') }} {{ __('Login As Instructor') }} {{ __('Status') }} {{ __('Action') }}
{{ __('All Admins') }}
# {{ __('Profile Picture') }} {{ __('Admin Detail') }} {{ __('Login As Admin') }} {{ __('Status') }} {{ __('Action') }}
@endsection @section('script') @endsection