محصولات
ایجاد محصول
{{-- --}} @foreach($data as $key => $item) {{-- --}} @endforeach
ردیف تصویر اصلی عنوان اسلاگ برند/مدل قیمت تعدادرنگوضعیت تاریخ ایجاد ویرایش حذف
{{ ++$key }} @if($item->images()->first()) {{ $item->images()->first()->name }} @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') }}
{{ $data->links() }}