{{ $card['title'] }}
{{ $card['text'] }}
@extends('storefront.layout') @section('title', $sfStore->name) @section('content')
{{ $card['text'] }}
{{ $sfSecType === 'featured' ? __('Shop coming soon') : __('No products found') }}
{{ $sfSecType === 'featured' ? __('We are preparing our product listings. Please check back shortly.') : __('No products match this section right now.') }}