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