@extends('layouts.dashboard') @section('content')
Add New User Show Form
@if (session('success'))
{{ session('success') }}
@endif
@csrf
Existing Users Details
@include('user.addUser_ajax')
Action User Type Name Mobile Email Status Created By Created Date
@endsection @section('footer_scripts') @endsection