@extends('front.layout.app') @section('seo_title') {{ $page_two_data->faq_seo_title }} @endsection @section('seo_meta_description') {{ $page_two_data->faq_seo_meta_description }} @endsection @section('main_content')
@foreach ($faq_data as $item) @php $collapseId = 'collapse' . $loop->iteration; $headingId = 'heading' . $loop->iteration; @endphp

{{ $item->description }}

@endforeach
#
@if ($page_two_data->faq_contact_status === 'show')

@isset($page_two_data->faq_contact_title_highlight) {{ $page_two_data->faq_contact_title_highlight }} @endisset{{ $page_two_data->faq_contact_title }}

{{ $page_two_data->faq_contact_text }}

Get In Touch

Contact with us if you got any issue!

@csrf
@endif
@if ($page_two_data->faq_badge_status === 'show')

{{ $page_data->badge_title }}

{{ $page_data->badge_subtitle }}

@endif @endsection