7 lines
196 B
PHP
7 lines
196 B
PHP
<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>
|