@extends('layout.base')
@section('action')
@endsection
@section('content')
@if (session('updated'))
@endif
| No |
Name |
Email |
Role |
Country |
Phone Number |
Action |
@include('user-management.elements.modal_add')
@include('user-management.elements.modal_edit')
@endsection
@section('scripts')
@endsection