@extends('admin.layout') @section('title', 'Dashboard') @section('content')
Review and manage company verification requests
| # | User | Company | Submitted | Status | |
|---|---|---|---|---|---|
| {{ $v->id }} |
{{ $v->user_name }}
{{ $v->user_email }}
|
{{ $v->company_name }} | {{ $v->created_at->format('d M Y') }} | @if($v->status === 'pending') Pending @elseif($v->status === 'verified') Verified @else Rejected @endif | Review → |