6 lines
283 B
PHP
6 lines
283 B
PHP
<p>Hi {{ $name }},</p>
|
|
|
|
<p>You have been invited to access the admin panel. Visit the link below to log in — you will be asked for your email address and a one-time code will be sent to you.</p>
|
|
|
|
<p><a href="{{ route('filament.lunar.pages.dashboard') }}">Go to admin panel</a></p>
|