@extends($activeTemplate . 'layouts.frontend') @push('style-lib') @endpush @section('content')
@csrf
@lang('Title & Description')
@php $accept = '.png, .jpg, .jpeg'; if (@$product->category->file_type === 'audio') { $fileTypes = '.' . implode(', .', @$product->category->preview_file_types); } @endphp
@lang('Files')
@lang('Supported Files:') {{ $accept }}. @lang('Image will be resized into') {{ getFileSize('productThumbnail') }} @lang('px')
@if (@$product->category->file_type == 'audio') @lang('Supported Files:') {{ $fileTypes }}. @lang('(mp3 for max size is') {{ @$product->category->file_size }} @lang('MB)') @else @lang('Supported Files:') {{ $accept }}. @lang('Image size must be') {{ getFileSize('productPreview') }} @lang('px') @endif
@lang('ZIP all the files for buyers')
@if (@$product->category->file_type !== 'audio')
@lang('Upload a zip file of screenshots')
@lang('File size shouldn\'t be more than '){{ gs('preview_video_size') }} @lang('MB')
@endif
@if ($product->category->file_type != 'audio')
@lang('Product Attributes')
@if ($form) @endif
@endif
@lang('Tag & Support')
@lang('License Prices')
@lang('Personal License')
@lang('Price')
{{ gs('cur_sym') }}
+
@lang('Buyer Fee') {{ showAmount($product->personalBuyerFee()) }}
=
@lang('Total Price') {{ showAmount($product->personalBuyerFee()) }}
@lang('Commercial License')
@lang('Price')
{{ gs('cur_sym') }}
+
@lang('Buyer Fee') {{ showAmount($product->commercialBuyerFee()) }}
=
@lang('Total Price') {{ showAmount($product->commercialBuyerFee()) }}
@if (gs('changelog'))
@lang('Changelog')

@lang('Detail the changes for each version of your product')

@if (old('changelog')) @foreach (old('changelog') as $key => $change)
@endforeach @elseif(!empty($product->changelogs)) @foreach ($product->changelogs as $key => $change)
@endforeach @endif
@endif
@lang('Message to the Reviewer')
@php $uploadTerm = getContent('upload_term.content', true); $uploadTerm = @$uploadTerm->data_values; @endphp
@lang('Category & Subcategory')
@endsection @push('style') @endpush @push('script-lib') @endpush @push('script') @endpush