@php use App\Models\User; @endphp
@extends('admin.layouts.layout')
@section('title')
User Management
@endsection
@section('body')
@include('partials.event')
# |
|
|
|
|
|
|
Name |
|
@endsection
@section('js')
@vite('resources/js/organization-management/user.js')
@endsection