@lang('home.heading|Latest Products')

@lang('home.Fresh assets added to the marketplace this week.')

@forelse($products as $product) @include('theme::components.cards.product', ['product' => $product]) @empty
@lang('home.No products found.')
@endforelse
@lang('home.button|View All Products')