Status of your seller application.
Your application is being reviewed by our team.
@elseif(auth()->user()->merchantProfile->status->value === 'approved')Approved on {{ auth()->user()->merchantProfile->approved_at?->format('M d, Y') }}.
@elseif(auth()->user()->merchantProfile->status->value === 'rejected')Reason: {{ auth()->user()->merchantProfile->rejection_reason }}
@endif