@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') @if ($settings->faker->gemini_api_key)
{{ 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 @else
{!! translate('Gemini API key is required, please setup your API key in :destination', [ 'destination' => '' . translate('faker settings') . '', ]) !!}
@endif @endsection