@extends('index') @section('main_extra') id="fullpage" @endsection @section('main')

{!! \App\Helpers\Helper::htmlTags($page->extra_i18n->top->header ?? '', [[ 'y', 'span', 'class="color-key-1"'], [ 's', 'strong', '']]) !!}

@if(!empty($page->extra_i18n->top->button) && !empty($page->extra_i18n->top->url))
@endif
@php $file = new \IguanaStudio\Cms\Models\File(); $file->path = $page->extra_i18n->top->image[0]->path ?? ''; $file->data = $page->extra_i18n->top->image[0]->data ?? ''; @endphp
{{ $file->data->name ?? '' }}

{!! \App\Helpers\Helper::htmlTags($page->extra_i18n->image_left->header ?? '', [[ 'y', 'span', 'class="color-key-1"'], [ 's', 'strong', '']]) !!}

{!! $page->extra_i18n->image_left->text ?? '' !!}
@if(!empty($page->extra_i18n->image_left->button) && !empty($page->extra_i18n->image_left->url))
@endif
@php $file = new \IguanaStudio\Cms\Models\File(); $file->path = $page->extra_i18n->image_left->image[0]->path ?? ''; $file->data = $page->extra_i18n->image_left->image[0]->data ?? ''; @endphp
{{ $file->data->name ?? '' }}
@if($page->extra_i18n->icons->items)

{!! \App\Helpers\Helper::htmlTags($page->extra_i18n->icons->header ?? '', [[ 's', 'strong', '']]) !!}

@foreach($page->extra_i18n->icons->items as $item) @php $file = new \IguanaStudio\Cms\Models\File(); $file->path = $item->image[0]->path ?? ''; $file->data = $item->image[0]->data ?? ''; @endphp
{{ $file->data->name ?? '' }}

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

@endforeach
@endif

Poznaj
opinie

@endif @if($loopIteration == 2)
@endif
@if(!empty($automats))

{!! \App\Helpers\Helper::htmlTags($page->extra_i18n->automats->header ?? '', [[ 'y', 'span', 'class="color-key-1"'], [ 's', 'strong', '']]) !!}

@foreach($automats as $item) @endforeach
@if(!empty($page->extra_i18n->automats->button) && !empty($page->extra_i18n->automats->url))
@endif
@endif @endsection