@extends('admin.master') @section('title', __('Create product')) @section('additional_head_tags') @if(config('app.html_editor') == 'summernote') @else @endif @endsection @section('content')
{{ __('Cancel') }}
@if($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
{{ config('app.url').'/'.config('app.permalink_url_identifer') }}/
{{ __('Leave empty if not applicable.') }}
@if(config('app.products_by_country_city'))
@endif

{{ __('Files') }}

{{ __('Main file') }} ({{ __('Optional') }})
{{ $download }}
@{{ fileId }}
@{{ ajaxRequests.download.file_name }}
@if(config('app.enable_upload_links')) @endif
{{ __('Cover') }} ({{ __('Required') }})
@if($cover) @endif
@{{ ajaxRequests.cover.file_name }}
{{ __('Screenshots') }} ({{ __('Optional') }})
{{ $screenshots }}
@{{ ajaxRequests.screenshots.file_name }}
{{ __('Preview') }} ({{ __('Optional') }})
{{ $preview }}
@{{ ajaxRequests.preview.file_name }}
{{ __('Browse') }}
@if(config('app.enable_upload_links')) @endif
{{ __('Regular license') }}
{{ __('Extended license') }}
{{ __('Minimum price') }} ({{ __('Optional') }})
{{ __('Promotional price') }} ({{ __('Optional') }})
{{ __('Group buy') }}
{{ __('Note') }} : {{ __('Group buy applies to regular license by default') }}
@if(old('text_type')) @foreach(old('text_type') as $key => $text_type) @endforeach @else @endif
{{ __('Type') }} {{ __('Text') }} {{ __('Action') }}
@if(old('question') && old('answer')) @foreach(old('question') ?? [] as $k => $qa)
@endforeach @else
@endif
@if(old('_name_') && old('_value_')) @foreach(old('_name_') ?? [] as $k => $na)
@endforeach @else
@endif
@if(count(old('fake_reviews', []))) @foreach(old('fake_reviews') as $k => $fake_reviews) @endforeach @else @endif
{{ __('Username') }} {{ __('Created_at') }} {{ __('Review') }} {{ __('Rating') }}  
@if(count(old('fake_comments', []))) @foreach(old('fake_comments') as $k => $fake_comment) @endforeach @else @endif
{{ __('Username') }} {{ __('Created_at') }} {{ __('Comment') }}  
@endsection