@extends('layout.app') @section('title') Faq @endsection @section('content') @php if (!empty($get_single_faq_banner_title->content)) { $faqdecodedData = json_decode($get_single_faq_banner_title->content, true); } @endphp {{--
--}} {{-- --}} {{--
--}} {{--

{{$faqdecodedData['top_title'] ?? ''}}

--}} {{--
--}} {{--
--}}
@if($faqlSlider)
@php $get_decode = json_decode($faqlSlider->images); @endphp @foreach($get_decode as $index => $all_images)

{{$faqdecodedData['top_title'] ?? ''}}

@endforeach
@else

Images Not Found

@endif

{{$faqdecodedData['section_title'] ?? ''}}

@foreach($get_all_faqs as $key => $get_all_faq)
{!! $get_all_faq->description ?? '' !!}
@endforeach
@endsection