Change Your Password

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