@include('frontend.includes.meta') @stack('before-styles') @include('frontend.includes.header') @php $title = $module_title ?? '' @endphp @if($title =='home') @include('frontend.hero') @else @include('frontend.title') @endif
@yield('content')
@include('frontend.includes.footer') @include('frontend.includes.floating') @stack('before-scripts') @stack('after-scripts')