{{-- Shareable Product Cards Widget - Auto-sliding Full Cards --}}
Your Marketing Cards
View All
@php $seller = Auth::user()->seller; $sellerProducts = $seller->products()->with('category')->latest()->take(10)->get(); $plan = $seller->subscription?->plan; $planName = $plan ? $plan->name : 'Free'; @endphp @if($sellerProducts->count() > 0)

Hover to download shareable cards for social media

@else

No products yet. Add products to create marketing cards!

Add Product
@endif