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