@extends('layout.master') @section('body-class', 'page-home') @section('content')
{{-- @foreach ($categories as $category) {{ $category->description->name }} @endforeach --}}
推荐商品模块
@foreach ($category_products as $products)
@foreach ($products as $product)
@include('shared.product')
@endforeach
@endforeach
推荐品牌模块
@for ($i = 0; $i < 8; $i++)
@endfor
@endsection