@include('front.includes.meta')
@yield('title') - {{ $inst->name }}
@include('front.includes.vendor-css')
@stack('custom-css-scripts')
@include('front.includes.template-css')
@stack('custom-css')
@include('front.includes.header')
@include('front.includes.menu')
@stack('slider')
@if($inst->news!='')
@include('front.includes.marquee')
@endif
@yield('content')
@include('front.includes.footer')
@include('front.includes.footer-bottom')
@include('front.includes.vendor-js')
@stack('custom-js-scripts')
@include('front.includes.template-js')
@stack('custom-js')