@stack('head-script') @if($global->rounded_theme) @endif @if(file_exists(public_path().'/css/member-custom.css')) @endif @if($pushSetting->status == 'active') @endif {{--Custom theme styles--}} @if($global->active_theme == 'custom') @endif {{--Custom theme styles end--}}
@include('sections.member_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')
{{--Timer Modal--}} {{--Timer Modal Ends--}} {{--Footer sticky notes--}} {{--sticky note end--}} {{--sticky note modal--}} {{--sticky note modal ends--}} {{--Timer Modal--}} {{--Timer Modal Ends--}} {{--Ajax Modal--}} {{--Ajax Modal Ends--}} {{--sticky note script--}} @if(isset($timer) && !is_null($timer)) @endif @stack('footer-script')