{{----}} @lang('app.clientPanel') | {{ __($pageTitle) }} @stack('head-script') @if($global->rounded_theme) @endif @if(file_exists(public_path().'/css/client-custom.css')) @endif @if($global->active_theme == 'custom') {{--Custom theme styles--}} @endif {{--Custom theme styles end--}}
@include('sections.client_left_sidebar')
@php $filterSection = false; @endphp @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')
{{--Footer sticky notes--}} {{--sticky note end--}} {{--Timer Modal--}} {{--Timer Modal Ends--}} {{--sticky note modal--}} {{--sticky note modal ends--}} {{--Timer Modal--}} {{--Timer Modal Ends--}} {{--Ajax Modal--}} {{--Ajax Modal Ends--}} {{--sticky note script--}} @stack('footer-script')