PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
platform
/
themes
/
wowy
/
layouts
@php Theme::asset()->container('footer')->usePath()->add('jquery.theia.sticky-js', 'js/plugins/jquery.theia.sticky.js'); @endphp {!! Theme::partial('header') !!} <main class="main"> @if (Theme::get('hasBreadcrumb', true)) {!! Theme::partial('breadcrumb') !!} @endif <div class="body__containt__main"> <div class="blog__listing__outer"> <div class="container"> <div class="row"> <div class="col-xl-9 col-lg-8 col-md-7 mr__top"> {!! Theme::content() !!} </div> <div class="col-xl-3 col-lg-4 col-md-5 mr__top"> <div class="blog__listing__right"> {!! dynamic_sidebar('primary_sidebar') !!} </div> </div> </div> </div> </div> </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]