@extends('admin.layouts.admin') @section('title','Approve Merchants') @section('page-title','Pending Merchant Approvals') @section('content') {{-- SUCCESS / ERROR --}} @if(session('success'))
No pending merchants to approve
| # | Merchant | Contact | Registered | Status | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $merchant->business_name ?? $merchant->name }} ID: {{ $merchant->id }} |
{{ $merchant->email }} {{ $merchant->phone ?? '—' }} |
{{ $merchant->created_at->format('d M Y') }} | Pending | {{-- APPROVE --}} {{-- REJECT --}} |