| محصول |
@if($product1!=null)
{{ $product1->title }} |
@if($product2!=null)
{{ $product2->title }} |
@if($product3!=null)
{{ $product3->title }} |
@if($product4!=null)
{{ $product4->title }} |
|---|---|---|---|---|
| قیمت |
@if($product1!=null)
@if($product1->ShowPrice())
@can('user-product-amount')
{{ number_format($product1->amount, 0, '', ',') }}
تومان
@if($product1->old_amount != 0)
|
@if($product2!=null)
@if($product2->ShowPrice())
@can('user-product-amount')
{{ number_format($product2->amount, 0, '', ',') }}
تومان
@if($product2->old_amount != 0)
|
@if($product3!=null)
@if($product3->ShowPrice())
@can('user-product-amount')
{{ number_format($product3->amount, 0, '', ',') }}
تومان
@if($product3->old_amount != 0)
|
@if($product4!=null)
@if($product4->ShowPrice())
@can('user-product-amount')
{{ number_format($product4->amount, 0, '', ',') }}
تومان
@if($product4->old_amount != 0)
|
| موجودی | @if($product1!=null) {{ $product1->availability == 1 ? 'موجود' : 'ناموجود' }} @endif | @if($product2!=null) {{ $product2->availability == 1 ? 'موجود' : 'ناموجود' }} @endif | @if($product3!=null) {{ $product3->availability == 1 ? 'موجود' : 'ناموجود' }} @endif | @if($product4!=null) {{ $product4->availability == 1 ? 'موجود' : 'ناموجود' }} @endif |
| {{ $item->title }} | {{ ($item->value1 != "" ? $item->value1 : "" ) }} | {{ ($item->value2 != "" ? $item->value2 : "" ) }} | {{ ($item->value3 != "" ? $item->value3 : "" ) }} | {{ ($item->value4 != "" ? $item->value4 : "" ) }} |
| افزودن به سبد خرید | @if($product1!=null) مشاهده محصول @endif | @if($product2!=null) مشاهده محصول @endif | @if($product3!=null) مشاهده محصول @endif | @if($product4!=null) مشاهده محصول @endif |
| @if($product1!=null) @endif | @if($product2!=null) @endif | @if($product3!=null) @endif | @if($product4!=null) @endif |