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

Recursos Humanos

Cadastro de Regulamentos
@if ($errors->any())
@endif
@foreach($regulamentoRh as $regulaRh) @endforeach
Regulamento Mês/Ano Alterar Visualizar Status
{{$regulaRh->regulamentorh}} {{$regulaRh->mes}}/{{$regulaRh->ano}}
@endsection