| ردیف |
عنوان |
نوع |
اسلاگ |
والد |
تاریخ ایجاد |
ویرایش |
حذف |
@foreach($data as $key => $item)
@php
$type = '---';
if($item->type == 'collection'){
$type = 'کالکشن';
}elseif($item->type == 'category'){
$type = 'دسته بندی';
}
@endphp
| {{ ++$key }} |
{{ $item->name }} |
{{ $type }} |
{{ $item->slug }} |
{{ $item->parent->name ?? '---' }} |
{{ verta($item->created_at)->format('H:i Y/n/j') }} |
|
@if(!in_array($item->id, [12, 16]))
|
@endif
@endforeach