@extends('layouts.dashboard') @section('content')
Resend Users Credential Show Form
@if (session('success'))
{{ session('success') }}
@endif
@csrf
Registered Users
@include('user.allUser_ajax')
FirstName LastName UserName Email User Type Agency Status Last Login Created Date
@endsection @section('footer_scripts') @endsection