@include('partials.seo') @yield('import-css') @stack('style-lib') @include('partials.notify-css') @yield('style')
@include(activeTemplate().'partials.top-bar') @stack('home-breadcrumb')
@yield('content') @include(activeTemplate().'partials.footer') @yield('import-js') @include('partials.notify-js') @yield('script') @stack('js') @php if($plugins[0]->status == 1){ $appKeyCode = $plugins[0]->shortcode->app_key->value; $twakTo = str_replace("{{app_key}}",$appKeyCode,$plugins[0]->script); echo $twakTo; } @endphp