@extends('frontend.layouts.master') @section('meta_title', $seo_setting['faq_page']['seo_title']) @section('meta_description', $seo_setting['faq_page']['seo_description']) @section('header') @include('frontend.layouts.header-layout.three') @endsection @section('contents')
@foreach ($faqs as $index => $faq)

{{ $faq?->answer }}

@endforeach
icon

{{ __('Contact with Us') }}

{{ __('Good website tells a story that will make users fully immerse themselves operating') }}

{{ $contactSection?->phone }} {{ $contactSection?->phone }} icon
icon

{{ __('Send a Message') }}

{{ __('Good website tells a story that will make users fully immerse themselves operating') }}

{{ $contactSection?->email }} {{ $contactSection?->email }} icon
@include('frontend.partials.marquee') @endsection @section('footer') @include('frontend.layouts.footer-layout.two') @endsection