@extends('navbar.default-navbar') @section('content')
Você está em: {{$unidade->name}}
CADASTRAR INSTITUCIONAL:

@if ($errors->any())
@endif
Institucional:
@if(isset($unidade->further_info) || $unidade->further_info !== null)
@else
@endif
@if(isset($unidade->cnes) || $unidade->cnes !== null)
Telefone:
Horário:
CNES:
@else
@endif
@endsection