@extends('home.layouts.index') @section('title') {{$category->name}} @endsection @section('keywords') {{ $category->meta_keyword }} @endsection @section('description') {{ $category->meta_description}} @endsection @section('style') @endsection @section('script') @endsection @section('content') فیلتر مرتب شود با : پیش فرض جدید ترین قدیمی ترین قیمت ،نزولی قیمت ،صعودی محبوب ترین ها @foreach($products as $product) @include('home.sections.product_box',compact('product')) @endforeach قبلی 1 2 3 6 بعدی @endsection