@extends('layout') @section('content')
{{--
--}}
@include('shop.product-list', ['seller' => false,'products' => $products, 'colWidth' => '3' ])
@stop