@php $generalSetting = generalSetting(); $languages = systemLanguage(); $styles = userColorThemes(auth()->user()->id); @endphp @php $coltroller_role = 1; @endphp @if (moduleStatusCheck('AiContent')) @include('aicontent::content_generator_modal') @endif @if (moduleStatusCheck('WhatsappSupport')) @include('whatsappsupport::partials._popup') @endif @if($messenger_position == 'right') @elseif($messenger_position == 'left') @endif @php $school_id = @Auth::user()->school_id; $tawk_is_enable = @App\Models\Plugin::where('school_id', $school_id)->where('name', 'tawk')->first()->is_enable; $messenger_is_enable = @App\Models\Plugin::where('school_id', $school_id)->where('name', 'messenger')->first()->is_enable; @endphp {{-- @if ($tawk_is_enable == 1)
@endif --}} @if ($messenger_is_enable == 1)
@endif @section('script') @endsection