Redesign + Fixes
This commit is contained in:
parent
7718ed6c32
commit
7fe8056e35
67 changed files with 1898 additions and 2799 deletions
|
@ -1,13 +1,13 @@
|
|||
@component('mail::message')
|
||||
Dear {{ $user->firstname }}
|
||||
Dear {{ $user->firstname }}
|
||||
|
||||
Press the button bellow if you wish to change your current email-address
|
||||
@component('mail::button', ['url' => route('verify_email', ['id' => $user->id, 'token' => $token, 'email' => $email])])
|
||||
Change Email
|
||||
@endcomponent
|
||||
|
||||
Is this email not directed to you or do you not wish to change your email? Than you may ignore this.
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
Press the button bellow if you wish to change your current email-address
|
||||
@component('mail::button', ['url' => route('verify_email', ['id' => $user->id, 'token' => $token, 'email' => $email])])
|
||||
Change Email
|
||||
@endcomponent
|
||||
|
||||
Is this email not directed to you or do you not wish to change your email? Than you may ignore this.
|
||||
|
||||
Thanks,<br>
|
||||
{{ config('app.name') }}
|
||||
@endcomponent
|
||||
|
|
Reference in a new issue