@extends('navbar.default-navbar') @section('content')
Você está em: {{$undOss[0]->name}}
ESTATUTO SOCIAL E ATAS DO ESTATUTO SOCIAL
@if(Auth::check()) @foreach ($permissao_users as $permissao) @if(($permissao->permissao_id == 14) && ($permissao->user_id == Auth::user()->id)) @if ($permissao->unidade_id == $unidade->id)
Alterar

@endif @endif @endforeach @endif

    @foreach($estatutos as $estatuto) @if($estatuto->kind == "ATA")
    {{$estatuto->year}} {{$estatuto->name}} Download
    @endif @endforeach
    @foreach($estatutos as $estatuto) @if($estatuto->kind == "EST")
    {{$estatuto->year}} {{$estatuto->name}} Download
    @endif @endforeach
@endsection