@extends('navbar.default-navbar') @section('content') @if ($errors->any())
@endif
Você está em: {{$unidade->name}}

INSTITUCIONAL

@if(isset($unidade->further_info) || $unidade->further_info !== null) @endif @if(isset($unidade->cnes) || $unidade->cnes !== null) @endif
Perfil: {{$unidade->owner}}
CNPJ: {{ preg_replace("/(\d{2})(\d{3})(\d{3})(\d{4})/", "\$1.\$2.\$3/\$4\$5-", $unidade->cnpj)}}
Nome Unidade: {{$unidade->name}}
Logradouro: {{$unidade->address}} , {{$unidade->numero == null ? ' s/n' : $unidade->numero}}
Complemento: {{$unidade->further_info}}
Bairro: {{$unidade->district}}
Cidade: {{$unidade->city}}
UF: {{$unidade->uf}}
CEP: {{preg_replace("/(\d{2})(\d{3})/", "\$1.\$2-", $unidade->cep)}}
Telefone: {{preg_replace("/(\d{4})(\d{4})/", "\$1-\$2", $unidade->telefone)}}
Horário: {{$unidade->time}}
CNES: {{$unidade->time}}
@if(isset($unidade->resumo) || $unidade->resumo !== null)      @endif
Resumo: {!! $unidade->resumo !!}

@if(isset($unidade->capacity) || $unidade->capacity !== null) @endif
Capacidade: {!! $unidade->capacity !!}
@if(isset($unidade->specialty) || $unidade->specialty !== null) @endif
Especialidades: {!!$unidade->specialty!!}
@endsection