@extends('frontend.layouts.master')
@section('title','JAYAKA || FAQs')
@section('main-content')
Jayaka Fusion Fashion – FAQs
Where Elegance Meets Empowerment
Let the answers below guide you like Venus guides beauty – with clarity, warmth, and style.
@php
$faqSections = [
'Client Support – We\'re Here With Grace' => [
['q' => 'How do I contact Jayaka Fusion Fashion?', 'a' => 'You can always connect with us through:
📩 Instagram: @jayakafashion
📞 WhatsApp: +977-98XXXXXXXX
📧 Email: support@jayakafashion.com'],
['q' => 'Can I create an account?', 'a' => 'Yes, absolutely! By creating an account, you join our circle of confident women. You’ll be able to track orders, save preferences, and glow with smoother checkouts.'],
['q' => 'I forgot my password. What should I do?', 'a' => 'Click ‘Forgot Password’, enter your email, and reset it easily. Venus reminds us — even when we forget, beauty is just a click away.'],
],
'Orders Information – Your Style Journey Starts Here' => [
['q' => 'How do I place an order?', 'a' => 'Select your favorites, click ‘Add to Cart’, and proceed to checkout. Enter your delivery details and complete your payment.'],
['q' => 'How will I get order confirmation?', 'a' => 'You’ll receive an email and WhatsApp message full of good news and positive energy.'],
['q' => 'Can I add items after placing my order?', 'a' => 'Not at the moment — but you can always place a new order to keep the love flowing.'],
['q' => 'Can I change my shipping details?', 'a' => 'Yes, if the order hasn’t been dispatched. Contact us immediately.'],
['q' => 'Can I place my order through WhatsApp or phone?', 'a' => 'Yes! If you’re facing issues or want help deciding, our style angels are just a message away.'],
['q' => 'Do you have a physical store?', 'a' => 'Currently, we’re a digital sanctuary of fashion — delivering across Nepal.'],
],
'Shipping & Delivery – Fast, Safe, Sacred' => [
['q' => 'Are there shipping charges?', 'a' => 'Yes, Charges applicable according to distance and priority.
Free Delivery on orders above Rs. 5000.'],
['q' => 'How long will my order take?', 'a' => '3-7 working days. Each order is packed with love and good vibes.'],
['q' => 'How do I track my order?', 'a' => 'Once dispatched, you’ll receive a tracking number via WhatsApp or SMS.'],
],
'Order Cancellation – Flow with Grace' => [
['q' => 'Can I cancel my order?', 'a' => 'Yes, within 12 hours. After that, it’s already en route with intention.'],
['q' => 'I cancelled. When will I be refunded?', 'a' => 'Within 7–12 business days via your original payment method or wallet.'],
],
'Returns & Exchanges – We Value Your Vibe' => [
['q' => 'Can I exchange if the size doesn’t fit?', 'a' => 'Yes. We accept exchange requests within 2 days of delivery for unused, unworn items. Make sure the product you received is at it is.'],
['q' => 'What if I receive a wrong/damaged item?', 'a' => 'We’ll make it right. Send us a message and unboxing photos within 24 hours.'],
['q' => 'How do I return and get my refund?', 'a' => 'Once we receive your return, refund will be sent via bank/eSewa/Khalti within 7–12 business days.'],
],
'Product Questions – Details With Devotion' => [
['q' => 'Is the blouse included with sarees?', 'a' => 'Yes, most include unstitched blouse fabric. Check product description.'],
['q' => 'Are the blouses padded?', 'a' => 'Some are, some are not. Product descriptions reveal this.'],
['q' => 'Do I need to get Fall & Pico done?', 'a' => 'Yes, unless it’s a ready-to-wear/pre-stitched saree. It will be mentioned.'],
['q' => 'Do you offer custom tailoring?', 'a' => 'Soon! Tailored perfection coming your way.'],
['q' => 'Are the colors exactly as seen online?', 'a' => 'Slight variations may occur due to lighting/screen settings, but charm is guaranteed.'],
],
'Payments – Simple, Secure, Stylish' => [
['q' => 'I paid but didn’t get confirmation. What now?', 'a' => 'Wait a few minutes. If still pending, send us a WhatsApp message with your screenshot.'],
['q' => 'What are your payment options?', 'a' => '
- Cash on Delivery (COD)
- eSewa
- Khalti
- Bank Transfer
'],
['q' => 'Do you offer gift wrapping?', 'a' => 'Yes! Let us know at checkout.'],
]
];
$i = 0;
@endphp
@foreach($faqSections as $sectionTitle => $faqs)
{{ $sectionTitle }}
@foreach($faqs as $faq)
@php $i++; @endphp
@endforeach
@endforeach
“Jayaka is more than fashion. It’s about feeling powerful, beautiful, and in harmony — just like Venus wants you to.”
@section('meta')
@endsection
@endsection