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