@extends('admin.layouts.master') @section('title','All User') @section('maincontent')
{{ __('All Users') }}
@can('users.delete') @endcan @can('users.create') {{ __('Add User') }} @endcan {{ __("Import")}}
# # {{ __('Image') }} {{ __('Users Detail') }} {{ __('Role') }} {{ __('Login as User') }} {{ __('Status') }} {{ __('Action') }}
{{ __('All Students') }}
@can('Alluser.delete') @endcan @can('Alluser.delete') {{ __('Add Student') }} @endcan
# {{ __('Image') }} {{ __('Users') }} {{ __('Login As User') }} {{ __('Status') }} {{ __('Action') }}
{{ __('All Instructors') }}
@can('Allinstructor.delete') @endcan @can('Allinstructor.create') {{ __('Add Instructor') }} @endcan
# {{ __('Image') }} {{ __('Users') }} {{ __('Login As User') }} {{ __('Status') }} {{ __('Action') }}
{{ __('All Admins') }}
# {{ __('Image') }} {{ __('Users') }} {{ __('Login As User') }} {{ __('Status') }} {{ __('Action') }}
@endsection @section('script') @endsection