@extends('admin.layouts.grid') @section('section', translate('Faker')) @section('title', translate('Fake Item Reviews')) @section('container', 'container-max-lg') @section('back', route('admin.faker.tools.index')) @section('content')
{{ translate('Notes!') }}
  1. {!! translate('You must have an active users to use this tool or you can use :tool to generate them.', [ 'tool' => '' . translate('fake users tool') . '', ]) !!}
  2. {{ translate('The item should have sales more than number of reviews you want to generate.') }}
  3. {{ translate('This tool will increase the item and author ratings.') }}
@csrf
@push('styles_libs') @endpush @push('scripts_libs') @endpush @endsection