Frequently Asked Questions

Some of the questions we get asked on a daily basis

@if(count($faqs->data) > 0) @foreach($faqs->data as $data)
{{$data->faq_answer}}
@endforeach @else

No data found

@endif
@section('scripts') @endsection