@if(isModuleActive("AIContent"))
@include('aicontent::content_generator_modal')
@endif
@if(isModuleActive("WhatsappSupport"))
@include('whatsappsupport::partials._popup')
@endif
@include('backend.partials.script')
{!! Toastr::message() !!}
@if($errors->any())
@endif
@if(env('APP_SYNC'))
Purchase InfixLMS
@endif
@livewireScripts
@stack('js')