Merchant Details

@if($message)
@if($messageType === 'success') @else @endif

{{ $message }}

@endif
@if($merchantProfile->user->avatar) {{ $merchantProfile->user->name }} @else
@endif

{{ $merchantProfile->business_name }}

{{ $merchantProfile->user->name }} · {{ $merchantProfile->user->email }}

@if($editing)
@error('ownerName')

{{ $message }}

@enderror
@error('businessName')

{{ $message }}

@enderror
@error('businessPhone')

{{ $message }}

@enderror
@error('businessAddress')

{{ $message }}

@enderror
@error('businessDescription')

{{ $message }}

@enderror

{{ $merchantProfile->created_at->format('F d, Y \a\t h:i A') }}

@else

{{ $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') }}

@if($merchantProfile->rejection_reason)

{{ $merchantProfile->rejection_reason }}

@endif
@endif

Payment Information

{{ $merchantProfile->subscriptionPlan?->name ?? 'N/A' }}

{{ $merchantProfile->amount_paid ? '₦' . number_format($merchantProfile->amount_paid, 2) : 'N/A' }}

{{ $merchantProfile->payment_reference ?? 'N/A' }}

@if($merchantProfile->payment_proof)
Payment proof

Click to view full size

@else

No payment proof uploaded.

@endif
@if($merchantProfile->isPending())

Confirm Merchant Approval

Review payment details before approving this application.

{{-- Applicant passport --}}
@if($merchantProfile->user->avatar) {{ $merchantProfile->user->name }} @else
@endif

{{ $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' }}

@if($merchantProfile->payment_proof)
Payment proof

Click image to view full size

@else

No payment proof uploaded.

@endif
@endif