@extends('admin.layouts.form') @section('section', translate('Settings')) @section('title', translate('Item Settings')) @section('container', 'container-max-xl') @section('content')
@csrf
{{ translate('General') }}
{{ translate('Maximum tags that the author can set for item') }}
@include('admin.partials.input-price', [ 'label' => translate('Minimum Price'), 'name' => 'item[minimum_price]', 'value' => @$settings->item->minimum_price, ])
@include('admin.partials.input-price', [ 'label' => translate('Maximum Price'), 'name' => 'item[maximum_price]', 'value' => @$settings->item->maximum_price, ])
{{ translate('Actions') }}
item->adding_require_review ? 'checked' : '' }}>
item->updating_require_review ? 'checked' : '' }}>
item->free_item_option ? 'checked' : '' }}>
item->free_item_total_downloads ? 'checked' : '' }}>
item->free_items_require_login ? 'checked' : '' }}>
item->changelogs_status ? 'checked' : '' }}>
item->reviews_status ? 'checked' : '' }}>
item->comments_status ? 'checked' : '' }}>
item->support_status ? 'checked' : '' }}>
item->external_file_link_option ? 'checked' : '' }}>
item->buy_now_button ? 'checked' : '' }}>
{{ translate('Discount') }}
item->discount_status)>
%
{{ translate('The maximum should be less than 90%') }}
{{ translate('Days') }}
{{ translate('Enter 0 to disable it') }}
{{ translate('Days') }}
{{ translate('Enter 0 to disable it') }}
{{ translate('Days') }}
{{ translate('Enter 0 to disable it') }}
{{ translate('Trending And Best selling') }}
{{ translate('You must setup the cron job to refresh the Items every 24 hours.') }} {{ translate('Setup Cron Job') }}
{{ translate('Files') }}
{{ translate('Maximum files that can author upload every time') }}
{{ translate('MB') }}
{{ translate('The size of each file the author can upload') }}
{{ translate('Hours') }}
{{ translate('Uploaded files will expire after this time if the author does not use them.') }}
{{ translate('Convert uploaded images to WEBP like Preview Image, Screenshots, etc...') }}
@push('styles_libs') @endpush @push('scripts_libs') @endpush @push('scripts') @endpush @endsection