@extends('layouts.main') @section('title') Manage Users @endsection @section('content')

Manage Users

Manage Users
ID Name Email Role Actions
ID Name Email Role Actions
@include('users.register') @include('common.delete-confirm', ['subject' => 'User', 'route' => route('users-delete')]) @endsection @section('extraJS') @endsection