@extends('layouts.master') @section('title', 'Help & Support - The Mini Port') @section('content')

How can we help you?

Find answers to common questions about The Mini Port platform

{!! \App\Models\Setting::getValue('help_buyers_guide') !!} View Guide
{!! \App\Models\Setting::getValue('help_sellers_guide') !!} View Guide
{!! \App\Models\Setting::getValue('help_plans_guide') !!} View Guide
Important

Platform Notes & Guidelines

Please read these important notes before using The Mini Port

For Free Sellers
{!! \App\Models\Setting::getValue('help_notes_free') !!}
MOQ (Minimum Order Quantity)
{!! \App\Models\Setting::getValue('help_notes_moq') !!}
KYC Verification
{!! \App\Models\Setting::getValue('help_notes_kyc') !!}
Payment Policy
{!! \App\Models\Setting::getValue('help_notes_payment') !!}
@foreach($faqCategories as $catKey => $catLabel)
{{ $catLabel }}

Frequently Asked Questions

@if(isset($faqs[$catKey]) && $faqs[$catKey]->count() > 0)
@foreach($faqs[$catKey] as $faq)

{!! nl2br(e($faq->answer)) !!}
@endforeach
@else

No FAQs available for this section yet.

@endif
@endforeach
Plans & Pricing

Subscription Information

Feature Free Paid Plans
Product Listings 3 10-50+
Images per Product 4 5-10+
Contact Visibility
Priority in Search
Analytics Dashboard Basic Advanced

Still need help?

Our support team is available to assist you with any questions.

@endsection