@extends('admin.layouts.master') @section('contents')
@forelse($verifications as $v) @empty @endforelse
# المستخدم رقم الجوال كود التوثيق الحالة تاريخ الإرسال الإجراءات
{{ $v->id }} {{ $v->user->name }} {{ $v->fullPhoneDisplay() }} {{ $v->verification_code }} {{ $v->statusLabel() }} {{ $v->created_at->format('Y-m-d H:i') }} @if($v->isPending()) @can('update_phone_verifications')
@csrf
@endcan @endif
لا توجد طلبات.
@include('admin.components.advanced-pagination', ['paginator' => $verifications])
@endsection @section('scripts') @include('admin.partials.reject-reason-field-scripts') @endsection