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