@extends('layouts.admin') @section('title','Ganti Password') @section('content')

Ganti Password

@if($errors->any())
@endif
@csrf @method('PUT') {{-- PASSWORD LAMA --}}
{{-- PASSWORD BARU --}}
{{-- KONFIRMASI --}}
@if(session('password_success'))
✅ PASSWORD BERHASIL DIGANTI
Logout otomatis dalam 5 detik...
@endif
@endsection