@php $faqs = [ [ 'q' => 'Do I get all the upcoming extensions for free?', 'a' => 'Yes, you get access to all the upcoming extensions for free as long as you have an active premium membership.', ], [ 'q' => 'How does it compare to the regular support?', 'a' => 'The regular support is limited to bug fixes and general questions. Premium support includes customization, priority support, and more.', ], [ 'q' => 'Do you offer customization?', 'a' => 'Yes, we offer customization services to help you tailor MagicAI to your exact needs.', ], [ 'q' => 'How can I join this program?', 'a' => 'You can join the premium support program by purchasing a premium membership.', ], [ 'q' => 'Can I cancel my subscription anytime?', 'a' => 'Yes, you can cancel your subscription anytime. Your premium membership will remain active until the end of the billing cycle.', ], ]; @endphp

@lang('Have a question?')

@lang("Starting your premium membership is simple. If you have any questions, we're here to assist you.")

@foreach ($faqs as $faq)
@endforeach