{{-- resources/views/admin/verification/index.blade.php --}} @extends('admin.layouts.app') @section('title', 'Verification Queue') @section('page_title', 'Verification Queue') @section('breadcrumb', 'Review property applications') @section('content') {{-- Filter Bar --}}
All caught up
No applications in this queue
| Property | Owner | Type | Plan | Documents | Submitted | Status | |
|---|---|---|---|---|---|---|---|
|
{{ $property?->name ?? '—' }}
{{ $property?->city }},
{{ $property?->country }}
|
{{ $owner?->name ?? '—' }}
{{ $owner?->email }}
|
{{ ucfirst(str_replace('_', ' ', $property?->type ?? '')) }} | @if($app->selected_plan_slug) {{ $app->selected_plan_slug }} @else — @endif |
@if($totalDocs > 0)
{{ $acceptedDocs }} accepted
@if($pendingDocs > 0)
·
{{ $pendingDocs }} pending
@endif
@else
No documents
@endif
|
{{ $app->submitted_at?->diffForHumans() ?? '—' }} | {{ str_replace('_', ' ', $app->status) }} | Review → |