@if(isset($analyticsId)) @endif

📧 Newsletter

Stay updated with our latest news and products!

@if(!empty($posts))

📰 Latest Blog Posts

@foreach($posts as $post)
@if($post->imageUrl) {{ $post->title }} @endif

{{ $post->title }}

{{ Str::limit(strip_tags($post->description), 200) }}

Read More →
@endforeach @endif @if(!empty($products))

🛍️ Featured Products

@foreach($products as $product)
@if($product->imageUrl) {{ $product->title }} @endif
{{ $product->title }}
${{ number_format($product->price, 2) }}
View Product →
@endforeach @endif