shareit/resources/views/emails/userWaiting.blade.php
Bruno Fontes 816ec4ed89 Improving email contents
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.
2018-09-22 15:47:24 -03:00

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