@extends('theme::layouts.app') @section('content')
@lang('home.New Assets Added Weekly')

@lang('home.Premium digital resources for') @lang('home.modern creators')

@lang('home.Discover high-quality UI kits, templates, and icons designed to help you ship your next project faster. Trusted by over 10,000 developers.')

search

@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')

@lang('home.heading|Latest from the Blog')

@lang('home.Insights into design, development, and digital business.')

@forelse($posts as $post) @include('theme::components.cards.post', ['post' => $post]) @empty
@lang('home.No blog posts found.')
@endforelse
@endsection