@extends('layouts.admin.master') @section('title') User List @endsection @section('content')

User List

Manage all user from here.

@can('create_user') ADD NEW @endcan
SL# Photo Name Faculty Reg. No. Email Mobile User Type Status Action
@include('utils.delete-confirm-modal') @include('utils.approve-modal') @endsection @push('css') @endpush @push('js') @endpush