• محصولات
  • دسته بندی ها
  • @can('user-group-shopping')
  • خرید های گروهی
  • @endcan
  • تخفیف روز
@foreach($special_selected as $special_item) @include('particles.product-item', array('item'=> $special_item)) @endforeach
@foreach($category as $category_item)

{{ $category_item->title }}

مشاهده
@endforeach
@foreach($special as $special_item) @include('particles.product-item', array('item'=> $special_item)) @endforeach
@can('user-group-shopping')
@foreach($groupshopping as $groupshopping_item) @include('particles.product-item', array('item'=> $groupshopping_item, 'indirect' => true)) @endforeach
@endcan
@if(count($specialDiscount) != 0)

پیشنهاد طلایی

@foreach($specialDiscount as $specialDiscount_item)
{{ number_format($specialDiscount_item->Product->amount_old) }} تومان {{ number_format($specialDiscount_item->Product->amount) }} تومان

{{ $specialDiscount_item->title }}

تخفیف {{ number_format( intval($specialDiscount_item->Product->amount_old) - intval($specialDiscount_item->Product->amount)) }}
تومان
Already Sold: 0
Available: 1000
0
Hurry up! Offers ends in:
{{strtotime($specialDiscount_item->finish_date) - strtotime(date("Y-m-d H:i:s")) }}
@endforeach
پیشنهاد قبلی پیشنهاد بعدی
@endif