| ردیف |
تصویر اصلی |
عنوان |
اسلاگ |
برند/مدل |
قیمت |
تعداد |
{{-- رنگ | --}}
وضعیت |
تاریخ ایجاد |
ویرایش |
حذف |
@foreach($data as $key => $item)
| {{ ++$key }} |
@if($item->images()->first())
@endif
|
{{ $item->title }} |
{{ $item->slug }} |
{{ $item->brand }} |
{!! $item->discount ?
''.number_format($item->price).' ' .' '.number_format($item->price - $item->discount).''
: number_format($item->price)
!!}
تومان
|
{{ $item->total_count }} |
{{-- --}}
{{-- @if($item->color)--}}
{{-- @foreach(json_decode($item->color) as $color)--}}
{{-- --}}
{{-- @endforeach--}}
{{-- @endif--}}
{{-- | --}}
@if($item->status)
منتشر شده
@else
منتشر نشده
@endif
|
{{ verta($item->created_at)->format('H:i Y/n/j') }} |
|
|
@endforeach