{!! $tpl->displayNotification() !!}
@php
if (count($milestones) == 0) {
echo "
@php
$currentView = '';
if ($roadmapView == 'Day') {
$currentView = __('buttons.day');
} elseif ($roadmapView == 'Week') {
$currentView = __('buttons.week');
} elseif ($roadmapView == 'Month') {
$currentView = __('buttons.month');
}
@endphp
";
echo "'.__('headlines.no_milestones').'
';
}
@endphp
";
echo file_get_contents(ROOT.'/dist/images/svg/undraw_adjustments_p22m.svg');
echo '
';
echo '