@extends('admin.layouts.home') @section('title', 'Fake User Generator - Admin Dashboard') @section('content')

Fake User Generator

Generate Fake Users
About This Tool

This tool allows you to generate realistic fake users for testing purposes. All generated users will be marked as fake in the database.

@if(session('success')) @endif @if(session('error')) @endif
@csrf
Enter a number between 1 and 100
@error('count_users')
{{ $message }}
@enderror
Leave empty to use the default password: 123456789
@error('password')
{{ $message }}
@enderror
Random avatars will be generated from randomuser.me API
Fake Users Statistics

{{ $fakeUsersCount }}

Fake Users in Database

What are Fake Users?

Fake users are generated accounts that can be used for testing, demonstrations, or to populate your platform. All fake users are safely marked in the database and can be deleted at any time without affecting real user accounts.

@endsection @section('scripts') @endsection