RELATÓRIO ASSISTENCIAL
@if(Auth::check())
@foreach ($permissao_users as $permissao)
@if(($permissao->permissao_id == 8) && ($permissao->user_id == Auth::user()->id))
@if ($permissao->unidade_id == $unidade->id)
@if($unidade->id == 8)
Alterar
@else
Alterar
@endif
@endif
@endif
@endforeach
@endif