@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: ' . __('Novo tipo')) @section('content') @include('errors.messageFlash')
@php $headLine = " " . __('Novo tipo'); @endphp @include('components.buttons._headLineButtonsBackAdd', [ 'headLine' => __($headLine), 'routeBack' => 'admin.legislacao.cadastros.index', 'routeBackParams' => ['aba' => 'tipos'], 'nameBack' => __('Cadastros'), 'permission' => 'GERENCIADOR_DE_LEGISLACAO', ])
@csrf
@endsection