" . e(__('Novo projeto')); @endphp
@php $listQuery = $filterParams ?? []; @endphp
@include('components.buttons._headLineButtonsBackAdd', [
'headLine' => $headLine,
'routeBack' => 'admin.cronogramas.dashboard',
'routeBackParams' => $listQuery,
'nameBack' => __('Voltar'),
'permission' => 'GERENCIADOR_DE_CRONOGRAMAS',
])
@include('errors.messageFlash')