@extends('admin.layouts.grid') @section('section', translate('Faker')) @section('title', translate('Fake Blog Comments')) @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') . '', ]) !!}
@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