@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') }} {{ __('User Detail') }} {{ __('Login As User') }} {{ __('Status') }} {{ __('Action') }}
{{ __('All Instructors') }}
# {{ __('Profile Picture') }} {{ __('Instructor Detail') }} {{ __('Login As User') }} {{ __('Status') }} {{ __('Action') }}
{{ __('All Admins') }}
# {{ __('Profile Picture') }} {{ __('Admin Detail') }} {{ __('Login As User') }} {{ __('Status') }} {{ __('Action') }}
@endsection @section('script') @endsection