@props([ 'image' => '', 'category' => 'Life Style', 'title' => 'Unique Blue Bag', 'price' => 49.0, 'oldPrice' => 99.0, 'discount' => 50, // % 'rating' => 4.5, // 0..5 ]) @php $full = floor($rating); $half = $rating - $full >= 0.5; $empty = 5 - $full - ($half ? 1 : 0); @endphp
{{-- Badge --}} {{-- Image --}}
{{ $title }}
{{-- Content --}}

{{ $title }}

${{ number_format($price, 2) }}