@extends('index') @section('main')

{!! nl2br($page->extra_i18n->top->header_small ?? '') !!}

{!! nl2br($page->extra_i18n->top->header ?? '') !!}

{!! nl2br($page->extra_i18n->top->text ?? '') !!}

@if(!empty($page->extra_i18n->top->button) && !empty($page->extra_i18n->top->url)) @endif
@php($file = new FileModel(['path' => $page->extra_i18n->top->image[0]->data ?? '', 'data' => $page->extra_i18n->top->image[0]->data ?? ''])) AngelSounds @php($file = new FileModel(['path' => $page->extra_i18n->top->image_mobile[0]->data ?? '', 'data' => $page->extra_i18n->top->image_mobile[0]->data ?? ''])) AngelSounds
{!! nl2br($page->extra_i18n->icons_section->header_small ?? '') !!}
{!! nl2br($page->extra_i18n->icons_section->header ?? '') !!}
@php($file = new FileModel(['path' => $page->extra_i18n->icons_section->image[0]->path ?? '', 'data' => $page->extra_i18n->icons_section->image[0]->data ?? '']))

{!! nl2br($page->extra_i18n->icons_section->text ?? '') !!}

@if(!empty($page->extra_i18n->icons_section->icons)) @foreach($page->extra_i18n->icons_section->icons as $icon)

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

@endforeach @endif
{!! nl2br($page->extra_i18n->image_left->header ?? '') !!}
@php($file = new FileModel(['path' => $page->extra_i18n->image_left->image[0]->path ?? '', 'data' => $page->extra_i18n->image_left->image[0]->data ?? ''])) {{ $file->data->name ?? '' }}

{!! nl2br($page->extra_i18n->image_left->text ?? '') !!}

{!! nl2br($page->extra_i18n->device->header_small ?? '') !!}
{!! nl2br($page->extra_i18n->device->header ?? '') !!}

{!! nl2br($page->extra_i18n->device->text ?? '') !!}

GooglePlay AppStore

@if(!empty($page->extra_i18n->device->features))
@endif
@php($file = new FileModel(['path' => $page->extra_i18n->text_center->image[0]->path ?? '', 'data' => $page->extra_i18n->text_center->image[0]->data ?? ''])) {{ $file->data->name ?? '' }}
{!! nl2br($page->extra_i18n->text_center->text ?? '') !!}
{!! nl2br($page->extra_i18n->image_left2->header ?? '') !!}
@php($file = new FileModel(['path' => $page->extra_i18n->text_center->image[0]->path ?? '', 'data' => $page->extra_i18n->text_center->image[0]->data ?? ''])) {{ $file->data->name ?? '' }}

{!! nl2br($page->extra_i18n->image_left2->text ?? '') !!}

@if(!empty($page->extra_i18n->image_left2->button) && !empty($page->extra_i18n->image_left2->url))

{!! $page->extra_i18n->image_left2->button !!}

@endif
@if(!empty($page->extra_i18n->gallery->images))
@foreach($page->extra_i18n->gallery->images as $image) @php($file = new FileModel(['path' => $image->path ?? '', 'data' => $image->data ?? '']))
@endforeach
@endif
{!! nl2br($page->extra_i18n->image_left3->header_small ?? '') !!}
{!! nl2br($page->extra_i18n->image_left3->header ?? '') !!}
@php($file = new FileModel(['path' => $page->extra_i18n->image_left3->image[0]->path ?? '', 'data' => $page->extra_i18n->image_left3->image[0]->data ?? ''])) {{ $file->data->name ?? '' }}

{!! nl2br($page->extra_i18n->image_left3->text ?? '') !!}

{!! nl2br($page->extra_i18n->image_right->header ?? '') !!}
@php($file = new FileModel(['path' => $page->extra_i18n->image_right->image[0]->path ?? '', 'data' => $page->extra_i18n->image_right->image[0]->data ?? ''])) {{ $file->data->name ?? '' }}

{!! nl2br($page->extra_i18n->image_right->text ?? '') !!}

Posłuchaj Własnie tak bije małe serduszko

{!! $page->extra_i18n->guarantee->text ?? '' !!}
@php($file = new FileModel(['path' => $page->extra_i18n->text_center2->image[0]->path ?? '', 'data' => $page->extra_i18n->text_center2->image[0]->data ?? ''])) {{ $file->data->name ?? '' }}
{!! nl2br($page->extra_i18n->text_center2->text ?? '') !!}
{!! nl2br($page->extra_i18n->image_left4->header ?? '') !!}
@php($file = new FileModel(['path' => $page->extra_i18n->image_left4->image[0]->path ?? '', 'data' => $page->extra_i18n->image_left4->image[0]->data ?? ''])) {{ $file->data->name ?? '' }}

{!! nl2br($page->extra_i18n->image_left4->text ?? '') !!}

@if(!empty($page->extra_i18n->image_left4->button) && !empty($page->extra_i18n->image_left4->url))

{{ $page->extra_i18n->image_left4->button }}

@endif
@if(!empty($page->extra_i18n->mobile->name) && !empty($page->extra_i18n->mobile->price))
{!! $page->extra_i18n->mobile->name ?? '' !!}{!! $page->extra_i18n->mobile->price ?? '' !!}
@endif @if(!empty($page->extra_i18n->mobile->button) && !empty($page->extra_i18n->mobile->url))
{{ $page->extra_i18n->mobile->button }}
@endif
@endsection