@props(['type' => 'vertical'])
@if($type === 'vertical')
{{-- Modern Vertical skeleton card --}}
{{-- Image skeleton --}}
{{-- Content skeleton --}}
{{-- Category --}}
{{-- Product name --}}
{{-- Rating --}}
{{-- Trust badges --}}
{{-- Price section --}}
@else
{{-- Modern Horizontal skeleton card --}}
{{-- Image skeleton --}}
{{-- Product info skeleton --}}
{{-- Category --}}
{{-- Product name --}}
{{-- Rating --}}
{{-- Trust indicators --}}
{{-- Specs --}}
{{-- Price --}}
@endif