@props(['urun'])
{{ $urun->name }} @if($urun->is_featured)
ÖNE ÇIKAN
@endif

{{ $urun->name }}

(0)
₺{{ number_format($urun->discount_price ?? $urun->price, 2, ',', '.') }} @if($urun->discount_price) ₺{{ number_format($urun->price, 2, ',', '.') }} @endif
@csrf