@extends('front.layout.app') @section('title', 'Our Store') @section('content')
image

{{ $data->content['banner_heading'] ?? '' }}

@foreach ($faqs as $index => $faq)

{{ $faq->description }}

@endforeach
@include('front.include.gallery') @endsection