@foreach ($hotProducts as $hotProduct)
{{ $hotProduct->price }} ¥
收藏人数{{ $hotProduct->users_count }} 总浏览{{ $hotProduct->view_count }}

{{ $hotProduct->name }}

@endforeach
@includeWhen($isOpenSeckill, 'homes.seckills')

优惠券

查看所有
@foreach($couponTemplates as $template)

{{ $template->title }}

{{ $template->amount }}
@if ($template->full_amount > 0)

满{{ $template->full_amount }}元可用

@else

无门槛

@endif

{{ $template->start_date }} ~

{{ $template->end_date }}

去领取
@endforeach

最新的 商品

查看所有
@foreach ($latestProducts as $latestProduct)
收藏人数{{ $latestProduct->users_count }} 总浏览{{ $latestProduct->view_count }}

{{ $latestProduct->name }}

{!! $latestProduct->title !!}

{{ $latestProduct->original_price }} ¥ {{ $latestProduct->price }}

@endforeach

活跃的用户

-