PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
themes
/
wowy
/
layouts
{!! Theme::partial('header') !!} <main class="main"> @if (Theme::get('hasBreadcrumb', true)) {!! Theme::partial('breadcrumb') !!} @endif @php $url = explode('/', url()->current()); $endUrl = end($url); $secondLastUrl = $url[count($url)-2]; @endphp <div class="{{ (($endUrl != 'contact') && ($endUrl != 'about-us') && ($endUrl != 'products') && ($endUrl != 'solutions') && ($endUrl != 'pifa') && ($secondLastUrl != 'product-categories')) ? 'container' : '' }}"> {!! Theme::content() !!} </div> </main> {!! Theme::partial('footer') !!}
[-] blog-right-sidebar.blade.php
[edit]
[-] product-left-sidebar.blade.php
[edit]
[+]
..
[-] product-full-width.blade.php
[edit]
[-] product-right-sidebar.blade.php
[edit]
[-] blog-full-width.blade.php
[edit]
[-] full-width.blade.php
[edit]
[-] blog-left-sidebar.blade.php
[edit]
[-] default.blade.php
[edit]
[-] homepage.blade.php
[edit]