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

Ganti Password

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