@stack('style')
@if (@$general->preloader_status)
@endif
@if (@$general->allow_modal)
@include('cookieConsent::index')
@endif
@if (@$general->analytics_status)
@endif
@include(template().'layout.header')
@yield('content')
@include(template().'layout.footer')
{{-- back to to btn --}}
@stack('script')
@if (@$general->twak_allow)
@endif
@if (Session::has('error'))
@endif
@if (Session::has('success'))
@endif
@if (session()->has('notify'))
@foreach (session('notify') as $msg)
@endforeach
@endif
@if (@$errors->any())
@endif