2018-09-15 05:09:07 +00:00
|
|
|
@component('mail::message')
|
|
|
|
Hi, {{$username}},
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
#Good news: {{$item->name}} is available!
|
|
|
|
<br>
|
|
|
|
The item <em>{{$item->name}} ({{$item->product->name}})</em> is now available on **Share It**.
|
|
|
|
<br>
|
2018-09-22 18:40:03 +00:00
|
|
|
**Take It** before anyone else at the website:
|
2018-09-15 05:09:07 +00:00
|
|
|
|
2018-09-22 18:40:03 +00:00
|
|
|
@component('mail::button', ['url' => 'https://shareit.brunofontes.net/home'])
|
|
|
|
Share It!
|
2018-09-15 05:09:07 +00:00
|
|
|
@endcomponent
|
2018-09-22 18:40:03 +00:00
|
|
|
|
|
|
|
@endcomponent
|