@extends('admin.layouts.form') @section('section', translate('Main Categories')) @section('title', translate('New Category')) @section('back', route('admin.categories.index')) @section('container', 'container-max-lg') @section('content')
@csrf
{{ translate('Category') }}
{{ translate('Buyer fee') }}
@include('admin.partials.input-price', [ 'label' => translate('Regular License Buyer fee'), 'name' => 'regular_buyer_fee', 'required' => true, ])
@include('admin.partials.input-price', [ 'label' => translate('Extended License Buyer fee'), 'name' => 'extended_buyer_fee', 'required' => true, ])
{{ translate('Files') }}
{{ translate('px') }}
{{ translate('px') }}
{{ translate('px') }}
{{ translate('px') }}
{{ translate('Number between 1 to 100') }}
{{ translate('MB') }}
{{ translate('The preview image, video or audio size in megabyte.') }}
{{ translate('The allowed files to be uploaded as main file, like (ZIP, RAR, PDF, MP4, MP3, etc...)') }}
{{ translate('SEO (Optional)') }}
@push('top_scripts') @endpush @push('styles_libs') @endpush @push('scripts_libs') @endpush @push('scripts') @endpush @endsection