@component('panel.layouts.component', ['title' => 'دسته بندی ']) @slot('style') @endslot @slot('subject')

دسته بندی

لیست دسته بندی های تعریف شده برای مدیریت سطوح دسترسی.

@endslot @slot('breadcrumb') @endslot @slot('content')
@component('product::components.message') @endcomponent
@component('components.collapse-card' , ['title' => 'جست جو دسته بندی']) @slot('body')
@if($categories->total() > 0)

نتایج یافت شده:{{$categories->total()}}

@endif
@component('components.table') @slot('thead') شماره دسته بندی نام دسته بندی slug نوع دسته بندی parent توضیحات دسته بندی اضافه کننده دسته بندی مدیریت @endslot @slot('tbody') @forelse ($categories as $category) {{$category->id}} {{$category->title}} {{$category->slug}} {{$category->category_type}} @if( $category->parent ){{ $category->parent->title }}@else - @endif discription), 0, 15, 'UTF8') . '...'?> {{$category->user->name}}
@csrf @method('DELETE')
@empty موردی برای نمایش وجود ندارد. @endforelse @endslot @endcomponent {{--Paginate section--}} {{ $categories->withQueryString()->links() }} @endslot @endcomponent
@endslot @slot('script') @endslot @endcomponent