Become a Seller

@if(isset($profile) && $profile && $profile->status->value === 'rejected')

Resubmit Your Application

Please correct the issues mentioned below and resubmit.

Previous rejection reason:

{{ $profile->rejection_reason }}

@else

Start Selling on Phantom 5

List your properties, products, or services and reach thousands of buyers.

@endif
@csrf @php $isResubmission = isset($profile) && $profile && $profile->status->value === 'rejected'; @endphp
{{-- Passport Photo --}}

A clear passport-style photo is required for identity verification.

@if(auth()->user()->avatar) Current photo @else
@endif
user()->avatar ? '' : 'required' }} class="w-full text-sm text-gray-500 file:mr-4 file:py-2 file:px-4 file:rounded-lg file:border-0 file:text-sm file:font-medium file:bg-amber-50 file:text-amber-700 hover:file:bg-amber-100 file:cursor-pointer cursor-pointer"> @if(auth()->user()->avatar)

You already have a photo on file. Upload a new one only if you want to replace it.

@else

Upload a clear photo of yourself (max 2MB).

@endif
@if(!$isResubmission)

Choose a Subscription Plan

Select a plan and upload your proof of payment to complete your application.

@if($plans->count())
@foreach($plans as $plan) @endforeach
@error('subscription_plan_id')

{{ $message }}

@enderror @else

No subscription plans available at the moment. Please try again later.

@endif

Payment Details

@php $bankDetails = \App\Models\SiteConfig::getBankDetails(); @endphp @if($bankDetails['bank_name'] && $bankDetails['account_number'])

Bank Transfer Details:

Make payment to the account below and upload proof of payment.

Bank: {{ $bankDetails['bank_name'] }}

Account Name: {{ $bankDetails['account_name'] }}

Account Number: {{ $bankDetails['account_number'] }}

@endif

Upload a screenshot or photo of your payment receipt (max 5MB)

@else

Your previous payment has been recorded. You only need to correct the information above and resubmit.

@endif
Submit Application