@php
Theme::asset()->container('footer')->usePath()->add('jquery.theia.sticky-js', 'js/plugins/jquery.theia.sticky.js');
Theme::asset()->usePath()->add('magnific-popup-css', 'css/plugins/magnific-popup.css');
Theme::asset()->container('footer')->usePath()->add('magnific-popup-js', 'js/plugins/magnific-popup.js', ['jquery']);
@endphp
{!! Theme::partial('header') !!}
@if (Theme::get('hasBreadcrumb', true))
{!! Theme::partial('breadcrumb') !!}
@endif
{!! Theme::partial('footer') !!}