@dispatchEvent('filters.afterLefthandSectionOpen')
@include('tickets::submodules.ticketNewBtn')
@include('tickets::submodules.ticketFilter')
@dispatchEvent('filters.beforeLefthandSectionClose')
@php
$currentView = '';
if ($roadmapView == 'Day') {
$currentView = __('buttons.day');
} elseif ($roadmapView == 'Week') {
$currentView = __('buttons.week');
} elseif ($roadmapView == 'Month') {
$currentView = __('buttons.month');
}
@endphp
";
echo "'.__('headlines.no_tickets').'
';
}
@endphp
";
echo file_get_contents(ROOT.'/dist/images/svg/undraw_adjustments_p22m.svg');
echo '
';
echo '