@extends('admin.layouts.grid') @section('section', translate('Faker')) @section('title', translate('Fake Item Sales')) @section('container', 'container-max-lg') @section('back', route('admin.faker.tools.index')) @section('content')
{{ translate('Notes!') }}
  1. {{ translate('This tool will increase the item sales and the author sales only and it will not generate real sales or purchases.') }}
  2. {{ translate('This tool will increase the item and author total sales amount also so the author level can be upgraded.') }}
@csrf
@push('styles_libs') @endpush @push('scripts_libs') @endpush @endsection