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

COVÊNIO

Voltar     Novo

@if ($errors->any())
@endif
@if($unidade->id == 1)
Hospital do Câncer de Pernambuco @if(Auth::check()) @endif
@foreach($covenios as $covenio) @if($covenio->unidade_id == 1)
Título:    Excluir:
{{$covenio->path_name}}      
@endif @endforeach
@endif
@endsection