@php Theme::layout('full-width'); Theme::set('breadcrumbEnabled', 'no'); Theme::asset()->usePath()->add('fancybox', 'plugins/fancybox/jquery.fancybox.min.css'); Theme::asset()->container('footer')->usePath()->add('fancybox', 'plugins/fancybox/jquery.fancybox.min.js'); Theme::asset()->usePath()->add('leaflet', 'plugins/leaflet/leaflet.css'); Theme::asset()->container('footer')->usePath()->add('leaflet', 'plugins/leaflet/leaflet.js'); $style = theme_option('real_estate_property_detail_layout', 1); $style = in_array($style, range(1, 4)) ? $style : 1; Theme::set('pageTitle', $property->name); @endphp @include(Theme::getThemeNamespace("views.real-estate.single-layouts.style-$style"))