@extends('admin.layouts.admin') @section('title','Rejected Merchants') @section('page-title','Rejected Merchant Accounts') @section('content') {{-- SUCCESS / ERROR --}} @if(session('success'))
No rejected merchants
| # | Merchant | Contact | Rejected On | Status | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $merchant->business_name ?? $merchant->name }}
ID: {{ $merchant->id }} |
{{ $merchant->email }} {{ $merchant->phone ?? '—' }} |
{{ optional($merchant->updated_at)->format('d M Y') }} | Rejected | {{-- RE-APPROVE --}} |