@extends('layouts.user_type.auth') @section('header_title', __('دسته بندی های وبلاگ')) @section('content')
| {{ __('ردیف') }} | {{ __('نام') }} | {{ __('نام انگلیسی') }} | {{ __('والد') }} | {{ __('توضیحات') }} | {{ __('مقاله ها') }} | {{ __('عملیات') }} |
|---|---|---|---|---|---|---|
| {{ $category->id }} | {{ str_repeat('— ', $category->depth ?? 0) }}{{ $category->title }} | {{ $category->title_en ?: '-' }} | {{ $category->parentCategory?->localized_title ?? __('دسته اصلی') }} | {{ $category->description ?: '-' }} | {{ $category->blogs_count }} | |
| {{ __('دسته بندیای ثبت نشده است.') }} | ||||||