@push('styles_top') @endpush
{{-- Specifications --}}
{{ trans('update.specifications') }}

{{ trans('update.product_files_hint_1') }}

@include('design_1.panel.store.create_product.includes.accordions.specification')
@if(!empty($product->selectedSpecifications) and count($product->selectedSpecifications))

{{ trans('update.specifications') }}

    @foreach($product->selectedSpecifications as $selectedSpecificationRow) @include('design_1.panel.store.create_product.includes.accordions.specification', ['selectedSpecification' => $selectedSpecificationRow]) @endforeach
@else

{{ trans('update.specifications_no_result') }}

{!! trans('update.specifications_no_result_hint') !!}

@endif
{{-- FAQ --}}
{{ trans('update.frequently_asked_questions') }}

{{ trans('update.add_FAQ_and_display_them_on_the_course_page') }}

@include('design_1.panel.store.create_product.includes.accordions.faq')
@if(!empty($product->faqs) and count($product->faqs))

{{ trans('update.faqs') }}

    @foreach($product->faqs as $faqInfo) @include('design_1.panel.store.create_product.includes.accordions.faq',['faq' => $faqInfo]) @endforeach
@else

{{ trans('update.product_faq_no_result') }}

{!! trans('update.product_faq_no_result_hint') !!}

@endif
@push('scripts_bottom') @endpush