@extends('frontend::layouts.app') @section('title', $metaTags['metaTitle']) @section('description', $metaTags['metaDescription']) @section('keywords', $metaTags['metaKeywords']) @section('other_meta_tags') {!! $metaTags['otherMetaTags'] !!} @endsection @section('content')
{!! $cms->title !!}
{!! $cms->description !!}
@if ($faqs->isNotEmpty())
@foreach ($faqs as $faq)

{!! $faq->answer !!}

@endforeach
@endif
@endsection