@extends('layouts.admin.theme') @section('title', env('APP_NAME').' :: '.__('Novo conselho')) @section('content')
@php $headLine = " " . __('Novo conselho'); @endphp @include('components.buttons._headLineButtonsBackAdd', ['headLine' => $headLine, 'routeBack' => 'admin.conselhosMunicipais.conselhos.index', 'nameBack' => __('Voltar'), 'permission' => 'GERENCIADOR_DE_CONSELHOS'])
@include('errors.messageFlash')
@csrf @include('admin.conselhosMunicipais.conselhos._form') @include('components.buttons._backAndSend', [ 'textBack' => __('Voltar'), 'textSend' => __('Cadastrar'), 'routeBack' => 'admin.conselhosMunicipais.conselhos.index' ])
@endsection