@php
$faqs = [
['q' => 'How do I request B2B access at Phonix USA?', 'a' => 'Register on our platform with your company details. Our team reviews applications within 24-48 business hours and grants access to B2B pricing.'],
['q' => 'What payment methods does Phonix USA accept?', 'a' => 'We accept wire transfers, credit cards and offer credit lines for qualified B2B buyers. Contact sales for credit line applications.'],
['q' => 'How long does shipping take?', 'a' => 'Shipping times vary by destination. Most domestic US orders ship within 1-3 business days. International orders typically arrive within 5-15 business days depending on the shipping method chosen.'],
['q' => 'Can I track my order?', 'a' => 'Yes, once your order ships you will receive tracking information via email. You can also track orders through your customer dashboard.'],
];
@endphp
@foreach($faqs as $i => $faq)
@endforeach