mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-24 12:17:10 +00:00
Bruno Fontes
a3e9abbd4c
On email body, it usually appeared as the button to the website would take directly an action, so the text was changed to make sure the user will understand he is only going to access the website.
15 lines
397 B
PHP
15 lines
397 B
PHP
@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>
|
|
**Take It** before anyone else at the website:
|
|
|
|
@component('mail::button', ['url' => 'https://shareit.brunofontes.net/home'])
|
|
Share It!
|
|
@endcomponent
|
|
|
|
@endcomponent |