@extends('admin.layouts.form') @section('section', translate('Settings')) @section('title', translate('Item Settings')) @section('container', 'container-max-lg') @section('content')
@csrf
{{ translate('Actions') }}
item->item_total_sales ? 'checked' : '' }}>
item->free_item_total_downloads ? 'checked' : '' }}>
item->free_items_require_login ? 'checked' : '' }}>
item->buy_now_button ? 'checked' : '' }}>
item->changelogs_status ? 'checked' : '' }}>
item->reviews_status ? 'checked' : '' }}>
item->comments_status ? 'checked' : '' }}>
item->support_status ? 'checked' : '' }}>
{{ 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('Hours') }}
{{ translate('Uploaded files will expire after this time if you did 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