@section('page_title', 'Profile') @section('page_heading', 'Profile') @section('page_subtitle', 'Profile Information')

Change Password

Change Password

@csrf @method('put')
@error('current_password')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@error('password_confirmation')
{{ $message }}
@enderror