@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: '.__('Lista de Conselhos Municipais')) @section('content') @include('errors.messageFlash')
|
|
{{ $conselho->nome }} | {{ $conselho->pertence->name ?? '' }} | {{ $conselho->endereco->bairro ?? '' }} | {{ $conselho->email }} | {{ $conselho->telefone }} | @include('components/buttons/_status', [ 'index' => $index, 'route' => 'admin.conselhosMunicipais.conselhos.status', 'id' => $conselho->id, 'status' => $conselho->status, 'permission' => 'GERENCIADOR_DE_CONSELHOS', ]) | |
| {{ __('* Nenhum registro encontrado!') }} | |||||||