Nome
*
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
Senha
*
Alterar
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
Confirme a senha
*
@if ($errors->has('password_confirmation'))
{{ $errors->first('password_confirmation') }}
@endif
E-mail
*
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
Perfil
*
Selecione
@foreach ($perfis as $perfil)
{{ $perfil->descricao }}
@endforeach
@if ($errors->has('profile_id'))
{{ $errors->first('profile_id') }}
@endif
Ativo
active) && $registro->active == true ? 'checked' : '' }} >
Sim