Included: alert the active user someone is waiting for the item

This commit is contained in:
2018-09-15 02:33:21 -03:00
parent a173e3923a
commit d407e5d109
3 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
@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 go to our site and...
@component('mail::button', ['url' => 'https://shareit.brunofontes.net/home'])
Return it!
@endcomponent
Thanks,<br>
{{ config('app.name') }}
@endcomponent