@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') {{ trans('front.faqs.all_faq_list') }} {{ trans('front.general.home') }} {{ trans('front.faqs.all_faq_list') }} {{ trans('front.faqs.all_frequently_asked_questions') }} {{ trans('front.faqs.desc') }} @foreach($faqCategory as $key => $faq ) {{ $faq->title }} @endforeach {{ trans('front.faq.submit_title') }} @csrf {{ trans('front.contact.email_address') }}* {{ trans('front.contact.subject') }}* {{ trans('front.contact.your_message') }}* {{ trans('front.contact.submit_now') }} @endsection @section('js') @parent @endsection
{{ trans('front.faqs.desc') }}