@extends('layouts.admin') @section('title', 'کدهای فعالسازی') @section('styles') @endsection @section('content') {{-- ── آمار سریع ──────────────────────────────────────────────────────── --}}
| # | کد فعالسازی | شماره / ایمیل | کاربر | نوع | وضعیت | انقضا | زمان ارسال | عملیات |
|---|---|---|---|---|---|---|---|---|
| {{ $otp->id }} | {{-- کد --}}
{{ $otp->code }}
@if($isActive)
touch_app برای کپی کلیک کنید @endif |
{{-- تماس --}}
@if($otp->phone)
phone
{{ $otp->phone }}
@endif
@if($otp->email)
email {{ $otp->email }} @endif |
{{-- کاربر --}}
@if($otp->user)
{{ $otp->user->full_name ?: '—' }}
#{{ $otp->user_id }} @else — @endif |
{{-- نوع --}}
{{ $otp->type_label }} | {{-- وضعیت --}}@if($status === 'active') check_circle فعال @elseif($status === 'used') done_all استفاده شده @else timer_off منقضی @endif | {{-- انقضا --}}
@if($otp->expires_at)
@if($isActive)
{{ $otp->expires_at->format('H:i') }}
@else {{ $otp->expires_at->format('Y/m/d H:i') }} @endif @else — @endif |
{{-- زمان ارسال --}}
{{ $otp->created_at ? $otp->created_at->format('Y/m/d H:i:s') : '—' }}
{{ $otp->created_at ? $otp->created_at->diffForHumans() : '' }} |
{{-- عملیات --}}
@if(!$otp->verified)
|