Movimentação de Pessoal - RH
@guest
{{ __('Logar') }}
@if (Route::has('register'))
{{ __('Cadastrar Usuário') }}
@endif @else
{{ Auth::user()->name }}
{{ __('Trocar Senha') }}
{{ __('Sair') }}
@csrf
@endguest
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@if(Auth::user()->id == 229 || Auth::user()->id == 71 || Auth::user()->id == 30 || Auth::user()->id == 72 || Auth::user()->id == 40 || Auth::user()->id == 273)