Admin Information
@if (auth()->user()->role == 'Admin')
@endif
@if (session('success'))
{{ session('success') }}
@endif
Admin Name |
email |
Role |
Action |
@foreach ($admins as $admin)
Confirm Delete
Are you sure you want to delete this user?
@endforeach
@endsection
@section('scripts')
@endsection