{{-- @elseif(auth()->user()->hasRole('Program Manager')) @lang('app.programManagerPanel') | @lang($pageTitle) @elseif(auth()->user()->hasRole('CTO')) @lang('app.ctoPanel') | @lang($pageTitle) @elseif(auth()->user()->hasRole('compliance')) @lang('app.compliancePanel') | @lang($pageTitle) @endif --}} @stack('head-script') @if($global->rounded_theme) @endif @if(file_exists(public_path().'/css/admin-custom.css')) @endif {{-- @if($pushSetting->status == 'active') @endif --}} @if($global->active_theme == 'custom') {{--Custom theme styles--}} {{--Custom theme styles end--}} @endif
@include('sections.left_sidebar')
@php $filterSection = false; @endphp @if (!empty($__env->yieldContent('filter-section'))) @php $filterSection = true; @endphp @if(isset($title ) && ($title=="app.menu.resourceTimeLogReport" || request()->url()==route('resourceAssignedWorkReport'))) @else
@lang('app.filterResults')
@yield('filter-section')
@endif @endif @if (!empty($__env->yieldContent('other-section')))
@yield('other-section')
@endif
url()!=route('resourceAssignedWorkReport')) && (!empty($__env->yieldContent('filter-section')) || !empty($__env->yieldContent('other-section')))) col-md-9 @elseif(isset($title) && ($title=="app.menu.resourceTimeLogReport" || request()->url()==route('resourceAssignedWorkReport'))) col-md-12 @else col-md-12 @endif data-section"> @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--}} @if ($pusherSettings->status) @yield('pusher-event') @endif @stack('footer-script')