@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!') }}
-
{{ translate('This tool will increase the item sales and the author sales only and it will not generate real sales or purchases.') }}
-
{{ translate('This tool will increase the item and author total sales amount also so the author level can be upgraded.') }}
@push('styles_libs')
@endpush
@push('scripts_libs')
@endpush
@endsection