2018-09-15 05:33:21 +00:00
|
|
|
@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.
|
|
|
|
|
2018-09-22 18:40:03 +00:00
|
|
|
So, if you are not using it anymore, please **Return It** at the website:
|
2018-09-15 05:33:21 +00:00
|
|
|
|
|
|
|
@component('mail::button', ['url' => 'https://shareit.brunofontes.net/home'])
|
2018-09-22 18:40:03 +00:00
|
|
|
Share It!
|
2018-09-15 05:33:21 +00:00
|
|
|
@endcomponent
|
|
|
|
|
|
|
|
Thanks,<br>
|
|
|
|
{{ config('app.name') }}
|
2018-09-22 18:40:03 +00:00
|
|
|
@endcomponent
|