@extends('layouts.default-new') @section('title', 'دنت آنلاین - دسته‌بندی' ) @section('bodyclass', 'left-sidebar single single-post pace-done') @section('meta') @endsection @section('content')
@if($category->description!="")
@if($category->description_image !="")
@endif
{!! $category->description !!}
@endif

{{ $category->title }}

@if(count($product)==0)
@endif @can('admin-product-quickedit') @else @endcan
@include('particles.product_quickedit') @stop @section('pre_scripts') @stop @section('scripts') @stop