@extends('layouts.pmar.theme') @section("title", env("APP_NAME") . " - " . $conselho->nome) @section('content')
{{ $conselho->endereco->bairro }} {{ $conselho->endereco->complemento ? ', ' . $conselho->endereco->complemento : '' }} - Angra dos Reis/RJ
{!! $conselho->informacoes !!}
@elseNenhuma informação disponível.
@endif