Update Password


@if(Session::has('success'))

Password changed

@elseif(Session::has('error'))

Password does not match

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