mirror of
https://github.com/brunofontes/shareit.git
synced 2025-11-15 07:50:54 -03:00
Included: alert the active user someone is waiting for the item
This commit is contained in:
16
resources/views/emails/userWaiting.blade.php
Normal file
16
resources/views/emails/userWaiting.blade.php
Normal 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
|
||||
Reference in New Issue
Block a user