@extends('layouts.client') @section('title','FAQs') @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')
FAQs
FAQs
FAQs
1
2
3
4
@foreach (\App\Models\Faq::whereType('customer')->get() as $faq)
{{ $faq->question }}
{!! $faq->answer !!}
@endforeach
@endsection @push('vendor-scripts') @endpush @push('page-scripts') @endpush