@extends('back.master') @section('title', $product->name) @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') }})
@if($cover) @endif
@{{ ajaxRequests.cover.file_name }}
{{ __('Screenshots') }} ({{ __('Optional') }})
@if($screenshots)
{{ $screenshots }}
@else
@foreach($screenshots_files as $screenshot_file)
@endforeach
@endif
@{{ 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]", $product_prices[$license->id]['price'] ?? null) }}"> id]", $product_prices[$license->id]['promo_price'] ?? null) }}">
@endforeach
{{ __('Free') }} ({{ __('Optional') }})
{{ __('Promotional price') }} ({{ __('Optional') }})
@if(old('text_type', $product->text_type ?? null)) @foreach(old('text_type', $product->text_type ?? null) as $key => $text_type) @endforeach @else @endif
{{ __('Type') }} {{ __('Text') }} {{ __('Action') }}
@if(old('question', $product->quetion ?? null) && old('answer', $product->answer ?? null)) @foreach(old('question', $product->question ?? []) ?? [] as $k => $qa)
@endforeach @else
@endif
@if(old('_name_', $product->_name_ ?? null) && old('_value_', $product->_value_ ?? null)) @foreach(old('_name_', $product->_name_ ?? []) ?? [] as $k => $na)
@endforeach @else
@endif
{{ __('Generating and caching audio wave') }}
@endsection