Owner: {{ $merchant->user->name }} ({{ $merchant->user->email }})
{{ $merchant->business_phone ?? 'N/A' }}
{{ $merchant->business_address ?? 'N/A' }}
{{ $merchant->business_description ?? 'N/A' }}
{{ $merchant->created_at->format('F d, Y \a\t h:i A') }}
{{ $merchant->rejection_reason }}
{{ $merchant->subscriptionPlan?->name ?? 'N/A' }}
{{ $merchant->amount_paid ? '₦' . number_format($merchant->amount_paid, 2) : 'N/A' }}
{{ $merchant->payment_reference ?? 'N/A' }}
No payment proof uploaded.
@endifReview payment details before approving this application.
{{ $merchant->subscriptionPlan?->name ?? 'N/A' }}
{{ $merchant->amount_paid ? '₦' . number_format($merchant->amount_paid, 2) : 'N/A' }}
{{ $merchant->payment_reference ?? 'N/A' }}
{{ $merchant->subscriptionPlan?->duration_days ? $merchant->subscriptionPlan->duration_days . ' days' : 'N/A' }}
No payment proof uploaded.