@extends('layouts.admin') @section('pageTitle', 'کدهای OTP') @section('content')
کل کدها
{{ $stats['total'] ?? 0 }}
کدهای استفادهشده
{{ $stats['used'] ?? 0 }}
کدهای فعال
{{ $stats['pending'] ?? 0 }}
کدهای منقضی
{{ $stats['expired'] ?? 0 }}
| کد OTP | شماره تماس | وضعیت | تاریخ ایجاد | انقضا در | تلاشها | عملیات |
|---|---|---|---|---|---|---|
| {{ $code->otp_code }} |
{{ $code->phone_number ?? '—' }} |
@if(is_null($code->phone_number)) منتظر @elseif($code->attempts > 0) استفادهشده @else فعال @endif |
{{ $code->created_at->format('Y/m/d H:i') }} |
@if($code->expires_at > now()) {{ $code->expires_at->format('Y/m/d H:i') }} @else {{ $code->expires_at->format('Y/m/d H:i') }} @endif | {{ $code->attempts }} |
|
| هیچ کد OTP ایجاد نشده است | ||||||