@extends('layouts.default1400-page', ['title' => 'دستهبندی', 'subtitle' => $paths])
@section('content')
@if(count($product)==0)
اطلاعاتی برای نمایش دادن وجود ندارد.
@endif
@can('admin-product-quickedit')
@else
@endcan
@include('components.newlayout.product-quickedit')
@stop
@section('pre_scripts')
@stop
@section('scripts')
@stop