3
0
Fork 0

Redesign + Fixes

This commit is contained in:
thomas 2021-06-29 22:05:00 +02:00
parent 7718ed6c32
commit 7fe8056e35
67 changed files with 1898 additions and 2799 deletions

View file

@ -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