@extends('layouts.app') @section('content') Change Password Keep your account secure with a strong password. @if(session('success')) {{ session('success') }} @endif @if($errors->any()) Please check the errors below. @endif @csrf Current Password @error('current_password') {{ $message }} @enderror New Password @error('new_password') {{ $message }} @enderror Confirm Password Update Password Back to Profile @endsection
Keep your account secure with a strong password.