@extends('front.layout.app') @section('title', 'Our Store') @section('content') {{ $store->content['banner_heading'] ?? '' }} {{ $store->content['banner_heading_imp'] ?? '' }} {{ $store->content['banner_description'] ?? '' }} {{ $store->content['banner_btn1'] ?? '' }} {{ $store->content['banner_btn2'] ?? '' }} Home Store Shop Our Products! @if (isset($findSlug)) @forelse ($findSlug->products as $item) {{ $item->name }} $75.00 @empty no data found @endforelse @endif @include('front.include.stories') @endsection
{{ $store->content['banner_description'] ?? '' }}
no data found