@stack('before-styles')
@include('frontEnd.layouts.head')
@include('frontEnd.layouts.colors')
@yield('headInclude')
@stack('after-styles')
{!! @$close_message !!}
@if(Helper::GeneralSiteSettings("style_preload"))
@endif
@stack('before-scripts')
@include('frontEnd.layouts.foot')
@yield('footInclude')
@stack('after-scripts')