mirror of
https://github.com/brunofontes/shareit.git
synced 2025-11-15 16:00:54 -03:00
Including Alert me!
This commit is contained in:
12
resources/views/emails/itemAvailable.blade.php
Normal file
12
resources/views/emails/itemAvailable.blade.php
Normal file
@@ -0,0 +1,12 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user