@extends('layouts.dashboard') @section('content')
Add New User Show Form
@if (session('success'))
{{ session('success') }}
@endif
@csrf @if($authUser['usertype']==1) @endif @if($authUser['usertype']==2) @endif
Existing Users Details
@include('user.addUser_ajax')
Action User Type Agency Name UserName Email Status Created By Created Date
@endsection @section('footer_scripts') @endsection