@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: ' . __('Novo Indicador')) @section('content') @include('errors.messageFlash')
@php $headLine = " " . __('Novo Indicador'); @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => __($headLine), 'routeBack' => 'admin.observatorio.indicadores.index', 'routeBackParams' => request()->only(['q', 'tema_id', 'observatorio', 'page']), 'nameBack' => __('Voltar'), ])
@csrf @include('admin.observatorio.indicadores._form')
@endsection