File manager - Edit - /var/www/html/portal/resources/views/admin/projetosProgramas/objetivos/create.blade.php
Back
@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: ' . __('Novo Objetivo')) @section('content') <div class="card shadow-sm"> @php $headLine = "<i class='fa-solid fa-plus'></i> " . __('Novo Objetivo'); @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => __($headLine), 'routeBack' => 'admin.projetosProgramas.index', 'routeBackParams' => ['tab' => 'objetivos'], 'nameBack' => __('Voltar'), 'permission' => 'GERENCIADOR_DE_PROJETOS_E_PROGRAMAS', ]) <div class="card-body text-start"> @include('errors.messageFlash') <form method="post" action="{{ route('admin.projetosProgramas.objetivos.store') }}" class="text-start"> @csrf @include('admin.projetosProgramas.objetivos._form', ['objetivo' => $objetivo]) </form> </div> </div> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings