Merchant Approvals

@if($merchants->count())
@foreach($merchants as $merchant) @endforeach
Merchant Business Status Applied Action
@if($merchant->user->avatar) @else
{{ strtoupper(substr($merchant->user->name, 0, 1)) }}
@endif

{{ $merchant->user->name }}

{{ $merchant->user->email }}

{{ $merchant->business_name }}

{{ $merchant->created_at->format('M d, Y') }} Review
@if($merchants->hasPages())
{{ $merchants->links() }}
@endif @else

No merchant applications

Applications will appear here when users apply to become merchants.

@endif