@extends('admin.layouts.grid') @section('section', translate('Faker')) @section('title', translate('Fake Item Comments')) @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') . '', ]) !!}
@csrf
@push('styles_libs') @endpush @push('scripts_libs') @endpush @endsection