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

{{ __('Files') }}

{{ __('Main file') }} ({{ __('Optional') }})
{{ $download }}
@{{ fileId }}
@{{ ajaxRequests.download.file_name }}
@if(!isFolderProcess()) @endif
{{ __('Cover') }} ({{ __('Required') }})
{{ $cover }}
@{{ ajaxRequests.cover.file_name }}
{{ __('Screenshots') }} ({{ __('Optional') }})
{{ $screenshots }}
@{{ ajaxRequests.screenshots.file_name }}
{{ __('Preview') }} ({{ __('Optional') }})
{{ $preview }}
@{{ ajaxRequests.preview.file_name }}
@foreach(config('licenses') ?? [] as $item_type => $licenses)
@foreach($licenses as $license) @endforeach
{{ __($license->name) }} id}") }}> id]") }}">
@endforeach
{{ __('Free') }} ({{ __('Optional') }})
{{ __('Promotional price') }} ({{ __('Optional') }})
@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('answer')) @foreach(old('_name_') ?? [] as $k => $qa)
@endforeach @else
@endif
{{ __('Generating and caching audio wave') }}
@endsection