@if (Route::currentRouteName() !== 'chatify')
@endif
@if (!empty($company_settings['category_wise_sidemenu']) && $company_settings['category_wise_sidemenu'] == 'on')
@endif
@if ($message = Session::get('success'))
@endif
@if ($message = Session::get('error'))
@endif
@stack('scripts')
@if (auth()->user()->type != 'super admin')
@include('Chatify::layouts.footerLinks')
@endif
@if (isset($admin_settings['enable_cookie']) && $admin_settings['enable_cookie'] == 'on')
@include('layouts.cookie_consent')
@endif