@if (@count($milestones ?? []) > 0) @include('pages.settings.sections.milestones.table.ajax')
{{ cleanLang(__('lang.name')) }} {{ cleanLang(__('lang.date_created')) }} {{ cleanLang(__('lang.created_by')) }} {{ cleanLang(__('lang.color')) }} {{ cleanLang(__('lang.action')) }}
@endif @if (@count($milestones ?? []) == 0) @include('notifications.no-results-found') @endif @if(config('system.settings_type') == 'standalone')
{{ cleanLang(__('lang.help_documentation')) }}
@endif