@extends('admin.master') @section('title', \Str::limit($product->name, 50)) @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') }})
@if($screenshots)
{{ $screenshots }}
@else
@foreach($screenshots_files as $screenshot_file)
@endforeach
@endif
@{{ ajaxRequests.screenshots.file_name }}
{{ __('Preview') }} ({{ __('Optional') }})
{{ $preview }}
@{{ ajaxRequests.preview.file_name }}
{{ __('Browse') }}
@if(config('app.enable_upload_links')) @endif
{{ __('Regular license') }} price ?? null) }}"> promo_price ?? null) }}">
{{ __('Extended license') }} extended_price ?? null) }}">
{{ __('Minimum price') }} ({{ __('Optional') }})
{{ __('Promotional price') }} ({{ __('Optional') }})
{{ __('Group buy') }}
{{ __('Note') }} : {{ __('Group buy applies to regular license by default') }}
@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->question ?? 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
@if(count(old('fake_reviews', []))) @foreach(old('fake_reviews') as $k => $fake_reviews) @endforeach @elseif($product->fake_reviews ?? []) @foreach($product->fake_reviews as $k => $review) @endforeach @else @endif
{{ __('Username') }} {{ __('Created_at') }} {{ __('Review') }} {{ __('Rating') }}  
@if(count(old('fake_comments', []))) @foreach(old('fake_comments') as $k => $fake_comment) @endforeach @elseif($product->fake_comments ?? []) @foreach($product->fake_comments as $k => $comment) @endforeach @else @endif
{{ __('Username') }} {{ __('Created_at') }} {{ __('Comment') }}  
@endsection