@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->title !!}
{{ $latestProduct->original_price }}
¥ {{ $latestProduct->price }}
@endforeach
@foreach ($users as $user)
@endforeach