{{$product->objectData->title ?? 'عنوان نامشخص'}}

@if($product->status === \App\Models\Shop\Product::STATUS_IN_STOCK && $product->quantity > 0)
@if($product->objectData->sale_price && $product->objectData->sale_price > 0) {{number_format($product->objectData->price) . ' تومان '}} {{number_format((float)(100 - (100*$product->objectData->sale_price/$product->objectData->price)), 0) . '%'}} @else . @endif
{{--
--}} {{-- @csrf--}} {{-- --}} {{-- --}} {{-- TODO:Ucomment--}} {{-- --}} @if(!$product->isVariable) @endif {{--
--}} @if($product->objectData->sale_price && $product->objectData->sale_price > 0) {{ ($product->isVariable ? 'از ' : '').number_format($product->objectData->sale_price) . ' تومان '}} @else {{ ($product->isVariable ? 'از ' : '') . number_format($product->objectData->price) . ' تومان '}} @endif
@else
@switch($product->status) @case(\App\Models\Shop\Product::STATUS_OUT_OF_STOCK) ناموجود @break @case(\App\Models\Shop\Product::STATUS_CALL) تماس بگیرید! @break @case(\App\Models\Shop\Product::STATUS_SOON) بزودی... @break @case(\App\Models\Shop\Product::STATUS_EXPIRED) توقف تولید @break @default عدم موجودی در انبار @break @endswitch
@endif