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