@include('includes.seo') @stack('style-lib') @stack('style') @if($general->theme_two_base_color && $general->theme_two_secondary_color ) @endif
@include($activeTemplate.'components.header') @if(request()->route()->uri != '/') @include($activeTemplate.'components.breadcrumb') @endif
@include($activeTemplate.'components.side_nav') @yield('content')
@include($activeTemplate.'components.footer') @php $cookie = App\Models\Frontend::where('data_keys','cookie.data')->first(); @endphp @if(($cookie->data_values->status == 1) && !\Cookie::get('gdpr_cookie'))

{{ $cookie->data_values->short_desc }} @lang('learn more')

@lang('Allow')
@endif @stack('script-lib') @stack('script') @include('includes.plugins') @include('includes.notify')