@extends('index') @section('main')
@if(!empty($product->description->top_anchor->button) && !empty($product->description->top_anchor->url)) @endif
@include('products::product.show.gallery')
@if(!empty($product->description->mobileapp->info))

{!! $product->name !!}

{{ $product->description->mobileapp->info }}

@else

{!! $product->name !!}

@endif
@if(!empty($product->short_description)) Opis produktu @endif @if(!empty($product->details)) Szczegóły @endif
@if(!empty($product->short_description))
{!! $product->short_description !!}
@endif @if(!empty($product->details))
{!! $product->details !!}
@endif
@include('products::product.item-add-to-cart')
{!! nl2br($settings['delivery_info']->value_i18n->product ?? '') !!} {!! !empty($product->description->delivery->info) ? '
' . nl2br($product->description->delivery->info) : '' !!}
@if($product->isBuyable()) @if(!empty($product->description->buyable->info))
{!! nl2br($product->description->buyable->info) !!}
@endif @else
WAŻNA INFORMACJA: zostaw nam swojego maila a poinformujemy Cię, kiedy {!! $product->name !!} będzie znowu dostępny w naszym sklepie!
@csrf @captcha
@endif @messages
Wysyłka w 24h
Bezpieczne zakupy
Oryginalny produkt
@if(!empty($product->description->gallery))
@foreach($product->description->gallery as $image) @php($file = new FileModel(['path' => $image->path, 'data' => $image->data]))
{{ $file->data->name }}
@endforeach
@endif @if(!empty($product->description->pros->items))

{!! nl2br($product->description->pros->header ?? '') !!}

@foreach($product->description->pros->items as $image) @php($file = new FileModel(['path' => $image->path, 'data' => $image->data]))
{{ $file->data->name }}

{!! $file->data->header ?? '' !!}

{!! nl2br($file->data->text ?? '') !!}

@endforeach
@endif @if(!empty($product->description->icons->items))

{!! nl2br($product->description->icons->header ?? '') !!}

@foreach($product->description->icons->items as $item)
{!! nl2br($item->text ?? '') !!}
@endforeach
@endif @if($product->opinions->isNotEmpty())

Opinie

{!! $product->description->opinions->description ?? '' !!}

@foreach ($product->opinions as $opinion)
{{ $opinion->title ?? '' }}
{!! nl2br(e($opinion->body), false) !!}
@endforeach
{{-- --}}
@endif

Jesteś w bezpiecznym procesie zakupowym

Gwarancja zakupu oryginalnego produktu

@if($product->isBuyable())
@endif
@endsection