@can('admin-category-create')
@endcan
ردیف |
نام |
والد |
نوع |
تاریخ ایجاد |
آخرین ویرایش |
امکانات |
@foreach ($categoreis as $item)
{{ $loop->index + 1 }} |
{{ $item->name }} |
{{empty( $item->parents->name)?'شاخه اصلی': $item->parents->name }} |
{{ $item->type }} |
{{ jdate($item->created_at)->format('Y/m/d') }} |
{{ jdate($item->updated_at)->format('Y/m/d') }} |
@can('admin-category-edit')
@endcan
@can('admin-category-delete')
@endcan
@if ($item->child->count()>0)
@endif
@if ($item->type == 'product')
@endif
@if ($item->type == 'post')
@endif
|
@endforeach