@extends('layouts.app') @section('page-title', 'Ubah Kata Sandi') @section('page-subtitle', 'Akun') @section('content') Kembali ke profil
@csrf @method('PUT')
@error('current_password')

{{ $message }}

@enderror

Minimal 8 karakter, berbeda dari password lama.

@error('password')

{{ $message }}

@enderror
Batal
@endsection