mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-24 04:14:57 +00:00
Bruno Fontes
816ec4ed89
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.
16 lines
427 B
PHP
16 lines
427 B
PHP
@component('mail::message')
|
|
Hello, {{$userWithItem}},
|
|
|
|
Are you still using {{$item->name}}?
|
|
|
|
We just want to let you know that {{$waitingUser}} asked us to be alerted when this item were available.
|
|
|
|
So, if you are not using it anymore, please **Return It** at the website:
|
|
|
|
@component('mail::button', ['url' => 'https://shareit.brunofontes.net/home'])
|
|
Share It!
|
|
@endcomponent
|
|
|
|
Thanks,<br>
|
|
{{ config('app.name') }}
|
|
@endcomponent |