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

{{ $store->content['banner_heading'] ?? '' }} {{ $store->content['banner_heading_imp'] ?? '' }}

{{ $store->content['banner_description'] ?? '' }}

Shop Our Products!

@if (isset($findSlug)) @forelse ($findSlug->products as $item) @empty

no data found

@endforelse @endif
@include('front.include.stories') @endsection