@yield('import-css')
@stack('style-lib')
@include('partials.notify-css')
@yield('style')
@include(activeTemplate().'partials.header')
@yield('content')
@include(activeTemplate().'partials.footer')
@stack('renderModal')
@yield('load-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