@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')