@php if(isset($debug)) { if($debug) { $assetPath = '/theme/'; }else{ $assetPath = '/assets/'; } }else{ $assetPath = '/assets/'; } @endphp @yield('title')
@include('fipamo-default-v2.includes.nav')
@include('fipamo-default-v2.includes.slides')
@section('main-content') @show