@if (!$hasInv)
{{ __('robot.SoldOut') }}
@endif
{{-- --}}
{{ $name }}
${{ number_format($price) }} @if ($discount < 100) {{--

${{ number_format($oPrice) }}

--}} -{{ $discount }}% @endif
@if ($discount < 100)

${{ number_format($oPrice) }}

@else

 

@endif
{{ $coin }}
@for ($i = 1; $i <= 5; $i++) @if ($i - $rating <= 0)
@elseif ($i - $rating < 1)
@else
@endif @endfor
@php $ptext = $sold >= 100 ? '已售:' . $sold : __('robot.HotSale'); @endphp