mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-24 12:17:10 +00:00
13 lines
338 B
PHP
13 lines
338 B
PHP
|
@component('mail::message')
|
||
|
Hi, {{$username}},
|
||
|
<br>
|
||
|
<br>
|
||
|
#Good news: {{$item->name}} is available!
|
||
|
<br>
|
||
|
The item <em>{{$item->name}} ({{$item->product->name}})</em> is now available on **Share It**.
|
||
|
<br>
|
||
|
<br>
|
||
|
<a href="https://shareit.brunofontes.net/home">Take it</a> before anyone else.
|
||
|
|
||
|
@endcomponent
|