@if ($item->images->count() > 0)
@foreach ($item->images as $image) @endforeach
@if ($item->promo_image)
{{ $item->title }}
@endif
@else {{ $item->title }} @endif @if ($item->onl_price && count($item->promos ?? []) == 0)
@lang('site.online_price')
@endif @if (count($item->promos ?? []) > 0)
@foreach ($item->promos as $promo)
{{ $promo->title }}
@endforeach
@endif
@if ($item->discount_percent && !$item->onl_price)
{{ $item->discount_percent }} %
@endif
@if ($item->quantity > 0 || $item->quantityProducts->count() > 0) @if ($item->onl_price) {{ $item->onl_price }}o {{ $item->item_price }}o @elseif ($item->discount_price) {{ $item->item_price }}o {{ $item->discount_price }}o @else {{ $item->item_price }}o @endif @elseif ($item->only_with_order)
@lang('site.buy_order')
@else
@lang('site.outofstock')
@endif

{{ $item->title }}

  • @lang('site.category'): @foreach ($item->categories as $key => $category) {{ $category->title }} @if ($key !== $item->categories->count() - 1) / @endif @endforeach
  • @if ($item->brands->count() > 0)
  • @lang('site.brands'): @foreach ($item->brands as $key => $brand) {{ $brand->title }} @if ($key !== $item->brands->count() - 1) / @endif @endforeach
  • @endif @if ($item->detail->first()->warranty)
  • @lang('site.warranty'): {{ $item->detail->first()->warranty }}
  • @endif
# {{ $item->fina_unique_code }}
@if ($item->quantity > 0 || $item->quantityProducts->count() > 0) @if ($item->onl_price) {{ $item->onl_price }}o {{ $item->item_price }}o @elseif ($item->discount_price) {{ $item->item_price }}o {{ $item->discount_price }}o @else {{ $item->item_price }}o @endif @else
@lang('site.outofstock')
@endif
@lang('site.add_to_wishlist')
@lang('site.add_to_compare')