@stack('before-styles') @include('frontEnd.layouts.head') @include('frontEnd.layouts.colors') @yield('headInclude') @stack('after-styles') @if(Helper::GeneralSiteSettings("css")!="") @endif {!! Helper::GeneralSiteSettings("js") !!} @include('frontEnd.layouts.topbar') @include('frontEnd.layouts.header')
@yield('content')
@include('frontEnd.layouts.footer') @if(Helper::GeneralSiteSettings("style_preload"))
@endif @stack('before-scripts') @include('frontEnd.layouts.foot') @yield('footInclude') @stack('after-scripts') {!! Helper::GeneralSiteSettings("body") !!}