@extends('layouts.store')
@section('title', '8stores Marketplace')
@section('content')
@if ($announcement)
{!! nl2br(e($announcement->body)) !!}{{ $announcement->title }}
@if ($announcement->body)
@if ($product['url'])
{{ $product['name'] }}
@else
{{ $product['name'] }}
@endif
{{ $product['compare_price_display'] }}
@endif
No products found in this category.
@if ($featuredProducts !== [])