@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
@endsection