@component('product::components.message')
@endcomponent
@component('components.collapse-card' , ['title' => 'جست جو دسته بندی'])
@slot('body')
@component('components.table')
@slot('thead')
شماره دسته بندی |
نام دسته بندی |
slug |
نوع دسته بندی |
parent |
توضیحات دسته بندی |
اضافه کننده دسته بندی |
مدیریت |
@endslot
@slot('tbody')
@forelse ($categories as $category)
{{$category->id}}
|
{{$category->title}}
|
{{$category->slug}}
|
{{$category->category_type}}
|
{{$category->parent}}
|
discription), 0, 15, 'UTF8') . '...'?> |
{{$category->user->name}}
|
ویرایش
|
@empty
موردی برای نمایش وجود ندارد. |
@endforelse
@endslot
@endcomponent
{{--Paginate section--}}
{{ $categories->withQueryString()->links() }}
@endslot
@endcomponent