Change Password

@if(Session::has('success'))
{{Session::get('success')}}
@endif
@csrf {{-- {{dd($errors)}} --}}
@if($errors->first('current_password')) >{{$errors->first('current_password')}} @endif
@if($errors->first('new_password')) {{$errors->first('new_password')}} @endif
@if($errors->first('confirm_password')) {{$errors->first('confirm_password')}} @endif