@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: ' . __('Novo Objetivo')) @section('content')
@php $headLine = " " . __('Novo Objetivo'); @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => __($headLine), 'routeBack' => 'admin.projetosProgramas.index', 'routeBackParams' => ['tab' => 'objetivos'], 'nameBack' => __('Voltar'), 'permission' => 'GERENCIADOR_DE_PROJETOS_E_PROGRAMAS', ])
@include('errors.messageFlash')
@csrf @include('admin.projetosProgramas.objetivos._form', ['objetivo' => $objetivo])
@endsection