@extends('layouts.store') @section('title', '8stores Marketplace') @section('content') @if ($announcement)
Announcement

{{ $announcement->title }}

@if ($announcement->body)

{!! nl2br(e($announcement->body)) !!}

@endif
@if ($announcement->button_text && $announcement->button_url) {{ $announcement->button_text }} @endif
@endif
@foreach ($heroSlides as $slide) @endforeach
@if (count($heroSlides) > 1)
@foreach ($heroSlides as $slide) @endforeach
@endif
Explore

Popular picks

{{ count($products) }} products
@foreach ($products as $product)
@if ($product['url']) {{ $product['name'] }} @else {{ $product['name'] }} @endif {{ $product['category'] }}
{{ $product['stock'] }} in stock {{ $product['rating'] }} rating

@if ($product['url']) {{ $product['name'] }} @else {{ $product['name'] }} @endif

{{ $product['price_display'] }} @if ($product['compare_price_display']) {{ $product['compare_price_display'] }} @endif
@if ($product['discount_percent'] > 0) {{ rtrim(rtrim(number_format($product['discount_percent'], 2), '0'), '.') }}% off @else Ships fast @endif
@if ($product['id'])
@csrf
@csrf
@else @endif
@endforeach
@if ($featuredProducts !== []) @endif
Newsletter

Get fresh deals and store announcements.

Subscribe for product drops, offers, and important 8Stores updates.

@csrf
@if (session('newsletter_status'))

{{ session('newsletter_status') }}

@endif @error('email')

{{ $message }}

@enderror
@endsection @push('scripts') @endpush