@extends('layouts.admin') @section('title', 'Verification') @section('content')
{{ $requests->total() }} {{ Str::plural('request', $requests->total()) }}
| Claimant | Type | Documents | Submitted | Status | Actions |
|---|---|---|---|---|---|
| {{ $verification->legal_name ?: $verification->subjectLabel() }} {{ $verification->user->email }} | {{ $verification->documents_count }} @if (! $verification->isComplete()) (incomplete) @endif | {{ $verification->created_at->format('d M Y') }} |
|
Review |