Frequently Asked Questions (FAQs)

@if (!empty($faq['list'])) @foreach ($faq['list'] as $item)
@if (!empty($item['location'])) [{!! $item['location'] ?? '' !!}] @endif @if (!empty($item['name'])) Q. {!! $item['name'] ?? '' !!} @endif
A.
{!! $item['desc'] ?? '' !!}
@endforeach @else
{{ __('frontend::frontend.no_data') }}
@endif