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