@csrf @method('put')
Alterar Senha
{{-- Messagens da session --}} @include('partials.session-message') @if ($errors->any() || session('error'))
{{$errors->any() ? $errors->first() : session('error')}}
@endif

Alterar Senha

{{-- Senha --}}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{-- Confirmar Senha --}}