3
0
Fork 0
This repository has been archived on 2024-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
ThemeParkPlus-Panel/resources/views/emails/change.blade.php
2021-06-29 22:05:00 +02:00

13 lines
467 B
PHP

@component('mail::message')
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') }}
@endcomponent