@extends('authenticated') @section('title', 'All User') @section('content')
@include('commons.topbar')

All User

Check list or create and update for all user type.

@if($user->role == 'admin') @endif
Email Name Last Login Verified at Actions
Fetching data...
@include('commons.modal', ['modal_id'=>'user-modal', 'save_btn_classes' => 'save-user']) @endsection @section('modulescript') @parent @endsection