@extends('layouts.app') @section('title', 'Ubah Password - IDN Menulis') @section('content')

Ubah Password

Pastikan password baru Anda kuat dan aman

@csrf @method('PUT')
@error('current_password')

{{ $message }}

@enderror

Minimal 8 karakter, harus mengandung huruf besar, huruf kecil, dan angka

@error('password')

{{ $message }}

@enderror
@error('password_confirmation')

{{ $message }}

@enderror
Batal
@endsection