@php $questions = [ [ 'id' => 1, 'question' => 'What is the purpose of the website?', 'answer' => 'The website serves as a platform to showcase the company\'s services, products, and information. It provides visitors with an overview of the company\'s offerings and allows them to learn more about its mission, values, and team.', ], [ 'id' => 2, 'question' => 'How can I contact the company?', 'answer' => 'You can contact the company by visiting the "Contact" page on the website. There, you will find contact information such as email address, phone number, and office location.', ], [ 'id' => 3, 'question' => 'What services does the company offer?', 'answer' => 'The company offers a range of services, including web development, software solutions, graphic design, and more. You can explore the services by visiting the "Services" page on the website.', ], [ 'id' => 4, 'question' => 'How can I get in touch with the company?', 'answer' => 'You can get in touch with the company by visiting the "Contact" page on the website. There, you will find contact information such as email address, phone number, and office location.', ], [ 'id' => 5, 'question' => 'What is the purpose of the website?', 'answer' => 'The purpose of the website is to provide visitors with information about the company\'s services, products, and mission. It serves as a platform to showcase the company\'s offerings and allows visitors to learn more about its mission, values, and team.', ], ]; @endphp F.a.q

Frequently Asked Questions

@foreach ($questions as $question)

{{ $question['question'] }}

{{ $question['answer'] }}

@endforeach