Featured Products

Best selling digital products

@foreach($featuredProducts as $product)
{{ $product->name }}
{{ Str::limit($product->name, 50) }}

{{ Str::limit($product->short_description, 80) }}

{{ setting('currency_symbol', '৳') }} {{ number_format($product->base_price, 2) }}
View Details
@endforeach

Browse Categories

Find products by category

@foreach($categories as $category)
{{ $category->name }}

{{ $category->description }}

Browse Products
@endforeach