@extends('admin.layout.index') @section('title') دسته بندی ها @endsection @section('style') @endsection @section('script') @endsection @section('content')
# | نام | اولویت | آیکن | تصویر | تصویر header | والد | وضعیت | نمایش در صفحه اصلی | تعرفه های ارسال با پیک فروشگاه | تنظیمات ارسال | فروش | عملیات |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $categories->firstItem() + $key }} | {{ $category->name }} | {{ $category->priority }} |
|
|
|
@if ($category->parent_id == 0) بدون والد @else {{ $category->parent->name }} @endif | {{ $category->is_active }} | {{ $category->showOnIndex==1 ? 'فعال' : 'غیرفعال' }} | @if(count($category->children)==0 and $category->parent_id!=0) @else - @endif | @if(count($category->children)==0 and $category->parent_id!=0) @else - @endif | {{ $category->is_sale==1 ? 'فعال' : 'غیرفعال' }} | {{-- --}} |