@extends('layouts.admin') @section('title', 'Password Reset Requests') @section('content')
Daftar permintaan yang dikirim oleh pengguna (siswa tanpa email). Tanggal paling baru ada di baris paling bawah.
@if(empty($requests))| # | Identifier | User ID | Pesan | Dibuat |
|---|---|---|---|---|
| {{ $i + 1 }} | {{ $r['identifier'] ?? '-' }} | {{ $r['user_id'] ?? '-' }} | {{ $r['message'] ?? '-' }} | {{ $r['created_at'] ?? '-' }} |