@extends('themes.'.config('smartekcms.themes.frontend').'.app', [ 'title' => trans('front.faqs.all_faq_list'), 'meta_description' => trans('front.faq.meta_description', ['appName' => $general_settings->website_title ?? config('app.name') ]), 'cover_image' => $coverImage, 'model_type' => 'faq', ]) @section('head') @endsection @section('content')
@foreach($faqCategory as $key => $faq ) @endforeach

{{ trans('front.faq.submit_title') }}

@csrf
@endsection @section('js') @parent @endsection