فیلتر ها
@foreach($products as $product)
@include('home.sections.product_box',compact('product'))
@endforeach
@if($category->description!=null)
{!! $category->description !!}
نمایش بیشتر
@endif