first commit
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
<p>A new registration has been created:</p>
|
||||
<ul>
|
||||
<li>Name: {{ $registration->name }}</li>
|
||||
<li>Email: {{ $registration->email }}</li>
|
||||
<li>Mobile: {{ $registration->mobile }}</li>
|
||||
</ul>
|
Reference in New Issue
Block a user