@if ($rank == 1)
@endif
@if ($clothing->img && file_exists(public_path('storage/' . $clothing->img)))
{{ $clothingType }}
{{ $clothing->nama_pakaian ?? $clothing->nama }}
Rp {{ number_format($clothing->harga ?? 0, 0, ',', '.') }}
@if (isset($clothing->merek))
{{ $clothing->merek }}
@endif
@if (isset($clothing->ukuran))
Ukuran: {{ $clothing->ukuran }}
@endif
Skor Kecocokan
{{ number_format($score, 3) }}
@for ($i = 1; $i <= 5; $i++)
@if ($i <= $fullStars)
@elseif ($i == $fullStars + 1 && $hasHalfStar)
@else
@endif
@endfor