@extends('layout') @section('title') {{ $seo_setting->seo_title }} @endsection @section('frontend-content')
@foreach ($faqs as $index => $faq)

{!! clean($faq->answer) !!}
@endforeach
{{ $home_page->testimonial_title }}

{{ $home_page->testimonial_header }}

@foreach ($testimonials as $index => $testimonial)

{{ $testimonial->comment }}

#
{{ $testimonial->name }}

{{ $testimonial->designation }}

@endforeach
@endsection