@stack('head-script') @if($pushSetting->status == 'active') @endif
@include('sections.super_admin_left_sidebar')
@if (!empty($__env->yieldContent('filter-section')))
@lang('app.filterResults')
@yield('filter-section')
@endif @if (!empty($__env->yieldContent('other-section')))
@yield('other-section')
@endif
@if (!empty($__env->yieldContent('filter-section')) || !empty($__env->yieldContent('other-section'))) @endif @yield('page-title') @yield('content') @include('sections.right_sidebar')
{{--sticky note modal--}} {{--sticky note modal ends--}} {{--sticky note script--}} @stack('footer-script')