@extends('layouts.client') @section('title','FAQs') @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')

FAQs

FAQs

1
2
3
4
@foreach (\App\Models\Faq::whereType('customer')->get() as $faq)
{{ $faq->question }}

{!! $faq->answer !!}

@endforeach
image-not-show
@endsection @push('vendor-scripts') @endpush @push('page-scripts') @endpush