@extends('layouts.admin') @section('title','Vendors') @section('heading','Vendor catalog') @section('content')
@forelse($vendors as $vendor){{ $vendor->owner?->name }} · {{ $vendor->owner?->email }} · {{ ucfirst($vendor->service_type) }}
Review note: {{ $vendor->kyc_review_note }}
@endif| Requirement | File | Expiry | Status | Review |
|---|---|---|---|---|
| {{ str_replace('_',' ',ucfirst($document->type)) }} | {{ $document->label }} {{ number_format($document->file_size/1024,1) }} KB | {{ $document->expires_at?->format('d M Y') ?? '—' }} | {{ $document->effective_status }} | @if($document->status==='pending')@else{{ $document->review_note ?: 'Reviewed by '.($document->reviewer?->name ?? 'operator') }}@endif |
| No KYC documents uploaded. | ||||