@extends('layouts.pmar.theme') @section("title", env("APP_NAME") . " - Conselhos Municipal da Secretaria de Desenvolvimento Social e Promoção da Cidadania") @section('content')
{{ $conselho->endereco->bairro }} {{ $conselho->endereco->complemento ? ', ' . $conselho->endereco->complemento : '' }} - Angra dos Reis/RJ
Endereço: {{ $conselho->endereco->logradouro }}, {{ $conselho->endereco->numero }} - CEP: {{ $conselho->endereco->cep ?? 'Não informado' }}
E-mail: @if($conselho->email) {{ $conselho->email }} @else Não informado @endif
Telefone: @if($conselho->telefone) {{ preg_replace('/(\d{2})(\d{4,5})(\d{4})/', '($1) $2-$3', $conselho->telefone) }} @else Não informado @endif
{!! $conselho->informacoes !!}
@elseNenhuma informação disponível.
@endif