@extends('admin.layouts.admin') @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 ? 'فعال' : 'غیرفعال' }} |