@include('runBuilder::partials.header-include') {!! $_o->getFont() !!} {!! $_o->getColorsStyles() !!} {!! $_o->getThemesStyles() !!}
{!! $_o->getBackgroundMain() !!}
@php $swipes = $_o->page->swipes()->orderBy('position', 'ASC')->orderBy('id', 'DESC')->get(); @endphp
@php $i=1; @endphp @foreach ($swipes as $item) @php $i++; @endphp @endforeach
  • @include('runBuilder::partials.x-build')
  • @foreach ($swipes as $item)
  • @php $layouts = $item->layouts()->where('status', 1)->orderBy('position', 'ASC')->orderBy('id', 'DESC')->get(); @endphp
    @include('runBuilder::partials.render-layout', ['layouts' => $layouts])
  • @endforeach
@if (ao($_o->page->settings, 'enable_bottom_bar'))
{!! ori('interface-essential', 'language-translate', 'w-5 h-5') !!} {{ __('Translate') }} {!! ori('interface-essential', 'dots', 'w-5 h-5') !!} {{ __('More') }} {!! ori('interface-essential', 'chat-message-text', 'w-5 h-5') !!} {{ __('Message') }} @if (ao($_o->page->membership, 'enable')) {{ __('Subscribe') }} @endif
@endif @include('runBuilder::partials.bottom-include') @once @push('styles') @endpush @push('scripts') @php $swipe_bgs = [ 'main' => $_o->getBackgroundMain() ]; foreach ($swipes as $item) { $swipe_bgs[$item->id] = $item->generateBackgroundHtml(); } @endphp @endpush @endonce