PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
platform
/
themes
/
wowy
/
views
@php $page->loadMissing('metadata'); Theme::set('page', $page); @endphp @if ($page->template == 'default') @php $url = explode('/', url()->current()); $endUrl = end($url); @endphp <section class="{{ (($endUrl != 'contact') && ($endUrl != 'about-us') && ($endUrl != 'solutions') && ($endUrl != 'pifa')) ? 'mt-60 mb-60' : '' }}"> {!! apply_filters(PAGE_FILTER_FRONT_PAGE_CONTENT, clean($page->content), $page) !!} @if($endUrl == 'solutions') @include('custom.solutionSubpart') @endif @if($endUrl == 'about-us') @include('custom.aboutSubpart') @endif </section> @else {!! apply_filters(PAGE_FILTER_FRONT_PAGE_CONTENT, clean($page->content), $page) !!} @endif
[-] tag.blade.php
[edit]
[-] post.blade.php
[edit]
[+]
..
[-] index.blade.php
[edit]
[-] 503.blade.php
[edit]
[-] page.blade.php
[edit]
[-] search.blade.php
[edit]
[+]
templates
[-] loop.blade.php
[edit]
[-] 404.blade.php
[edit]
[-] 500.blade.php
[edit]
[+]
ecommerce
[-] category.blade.php
[edit]