@extends('navbar.default-navbar')
@section('content')
Você está em: {{$unidade->name}}
Recursos Humanos
Alteração Regulamento
@if($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@elseif(isset($sucesso))
@if($sucesso =="ok")
@endif
@endif
@endsection