@extends('layout.master') @section('title', 'User Management') @push('plugin-styles')
@endpush @section('content')
User Management
Users List
Add User
User List
#
Name
Email
Role
Created_at
Action
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush