@extends('layouts.app')
@section('title','Ganti Password')
@section('content')
Ganti Password
{{-- ERROR --}}
@if($errors->any())
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{{-- FORM --}}
{{-- ✅ PESAN BERHASIL --}}
@if(session('password_success'))
✅ PASSWORD BERHASIL DIGANTI
Logout otomatis dalam 5 detik...
@endif
@endsection