@extends('admin.layouts.grid') @section('section', translate('Faker')) @section('title', translate('Faker Tools')) @section('container', 'container-max-xl') @section('content')
{{ translate('Fake Users') }}

{{ translate('Generate fake users for your website.') }}

{{ translate('Fake Followers') }}

{{ translate('Generate fake followers for a specific user.') }}

{{ translate('Fake Item Sales') }}

{{ translate('Generate fake sales for a specific item.') }}

{{ translate('Fake Item Comments') }}

{{ translate('Generate fake comments for a specific item.') }}

{{ translate('Fake Item Reviews') }}

{{ translate('Generate fake reviews for a specific item.') }}

{{ translate('Fake Blog Comments') }}

{{ translate('Generate fake comments for a specific blog article.') }}

@endsection