@extends('layouts.app') @section('content')
全部商品 @foreach ($c_lists as $category) {{ $category->title }} @endforeach
热销推荐人气爆款 & 新品首发
@if ($lists->isNotEmpty())
    @include('index.more', ['lists'=>$lists])
@else
暂无数据
@endif
@endsection @section('script') @endsection