{{----}} @if($userRole) {{ $userRole->display_name }} @lang("app.panel") @else @lang("app.employeePanel") @endif | {{ __($pageTitle) }} @stack('head-script') @if($global->rounded_theme) @endif @if(file_exists(public_path().'/css/member-custom.css')) @endif @if($pushSetting->status == 'active' && !module_enabled('Subdomain')) @endif {{--Custom theme styles--}} @if($global->active_theme == 'custom') @endif {{--Custom theme styles end--}}
@php $filterSection = false; @endphp @include('sections.member_left_sidebar')
@if (!empty($__env->yieldContent('filter-section'))) @php $filterSection = true; @endphp
@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')