@extends('front.layout.app') @section('title', 'Our Store') @section('content') {{ $data->content['banner_heading'] ?? '' }} @foreach ($faqs as $index => $faq) {{ $faq->heading }} {{ $faq->description }} @endforeach @include('front.include.gallery') @endsection
{{ $faq->description }}