{{ $secretaria->manager }}

@if ($secretaria->type == 'SECRETARIA') @if ($secretaria->pronunciation == 'SECRETARIO') {{ __('Secretário') }} @elseif($secretaria->pronunciation == 'PROCURADO_GERAL_DO_MUNICIPIO') {{ __('Procurador-Geral') }} @elseif($secretaria->pronunciation == 'CONTROLADOR_GERAL_DO_MUNICIPIO') {{ __('Controlador-Geral') }} @elseif($secretaria->pronunciation == 'DIRETOR') {{ __('Diretor') }} @elseif($secretaria->pronunciation == 'DIRETORA') {{ __('Diretora') }} @elseif($secretaria->pronunciation == 'SUPERINTENDENTE') {{ __('Superintendente') }} @else {{ __('Secretária') }} @endif @elseif($secretaria->type == 'FUNDACAO' || $secretaria->type == 'AUTARQUIA') {{ __('Presidente') }} @elseif($secretaria->type == 'SECRETARIA_EXECUTIVA') @if ($secretaria->pronunciation == 'SECRETARIO_EXECUTIVO') {{ __('Secretário Executivo') }} @else {{ __('Secretária Executiva') }} @endif @endif

slug) }}">
{{ $secretaria->manager }}
@include('paginas.parts.google-maps')