@component('components.collapse-card' , ['title' => 'جست جو دسته بندی'])
@slot('body')
@component('product::components.message')
@endcomponent
@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}} |
|
@empty
موردی برای نمایش وجود ندارد. |
@endforelse
@endslot
@endcomponent
{{--Paginate section--}}
{{ $categories->withQueryString()->links() }}
@endslot
@endcomponent