@include('partials.seo') @stack('style-lib') @stack('css') @stack('style')
@stack('facebook') @include($activeTemplate.'partials.preloader') @include($activeTemplate.'partials.header') @if(!request()->routeIs('home')) @include($activeTemplate.'layouts.breadcrumb') @endif @yield('content') @include($activeTemplate.'partials.footer') @php $cookie = App\Models\Frontend::where('data_keys','cookie.data')->first(); @endphp @if(@$cookie->data_values->status && !session('cookie_accepted')) @endif @stack('script-lib') @include('partials.notify') @include('partials.plugins') @stack('script')