Initial commit
This commit is contained in:
17
resources/views/emails/members/activation-text.blade.php
Normal file
17
resources/views/emails/members/activation-text.blade.php
Normal file
@@ -0,0 +1,17 @@
|
||||
@php
|
||||
/** @var \App\Models\User $user */
|
||||
@endphp
|
||||
|
||||
{{ __('Hello') }} {{ $user->name }},
|
||||
|
||||
{{ __('You have been registered as a member on :app.', ['app' => config('app.name')]) }}
|
||||
|
||||
{{ __('To activate your online account and set your password, please open the link below:') }}
|
||||
|
||||
{{ $resetUrl }}
|
||||
|
||||
{{ __('If you did not expect this email, you can ignore it.') }}
|
||||
|
||||
{{ __('Thank you,') }}
|
||||
{{ config('app.name') }}
|
||||
|
||||
Reference in New Issue
Block a user