@if($item->item_colors->count()>0)
index==0) class="active" @endif id="current-image-{{$item->id}}" data-image="{{$item->item_colors()->first()->image}}" src="{{url("https://cdn.ihouse.ps/{$item->item_colors()->first()->image_default}")}}" alt="">
{{$item->nickname}} @php $upgrades = $item->upgrades()->where("is_base",1)->get(); @endphp @if($upgrades && false) @foreach($upgrades as $upgrade) {{$upgrade->short_title}} @endforeach @endif
@if($item->can_laser)
إمكانية الحفر على الليزر
@endif
@php $item = $item->updateDiscount($item, $item->category); @endphp
@if($item->discountState || $item->discountPercentage)
{{ number_format($item->price) }} شيكل
{{ number_format($item->totalPrice) }} شيكل
@else
{{ number_format($item->price) }} شيكل
@endif
@endif