@if ($settings->global_keywords != null) @endif @if ($settings->global_description != null) @endif @if ($settings->global_description != null) @endif @if ($settings->image != null) @endif {{ config('app.name', 'Laravel') . ' FAQs' }} @vite(['resources/css/app.css', 'resources/js/app.js'])
@foreach ($faqs as $faq)

{{ $faq->question }}

{!! $faq->answer !!}

@endforeach
Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }})