@extends('navbar.default-navbar') @section('content')
Você está em: {{$undOss[0]->name}}
REGULAMENTOS PRÓPRIOS
@if(Auth::check()) @foreach ($permissao_users as $permissao) @if(($permissao->permissao_id == 16) && ($permissao->user_id == Auth::user()->id)) @if ($permissao->unidade_id == $unidade->id)

Alterar

@endif @endif @endforeach @endif
@endsection