You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
531 B
20 lines
531 B
@component('mail::message')
|
|
你收藏的商品:<h2 style="color: red">{{ $product->name }}</h2>
|
|

|
|
****
|
|
|
|
原价:<em>{{ $product->price }}</em>, 现在只要 <span style="font-weight: bold; color: red;">{{ $seckill->price }}</span>
|
|
|
|
秒杀开始时间:**{{ $seckill->start_at }}**
|
|
|
|
活动数量:**{{ $seckill->number }}**
|
|
|
|
[查看详情]({{ url("/seckills/{$seckill->id}") }})
|
|
****
|
|
|
|
@component('mail::button', ['url' => "/"])
|
|
来星期一商城看看
|
|
@endcomponent
|
|
|
|
@endcomponent
|