@extends('layouts.default1400-page', ['title' => 'دسته‌بندی', 'subtitle' => $paths]) @section('content')
@if($category::where('parent',$category->id)->count() != 0)
دسته بندی
@foreach($category::where('parent',$category->id)->orderBy('sort','asc')->get() as $category_item)
{{ $category_item->title }}
@endforeach
@endif
{{ $category->title }}
{{-- --}}
@if(count($product)==0)
@endif @can('admin-product-quickedit') @else @endcan
@include('components.newlayout.product-quickedit') @stop @section('pre_scripts') @stop @section('scripts') @stop