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