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

14 lines
467 B
PHP
Raw Permalink Normal View History

2021-06-27 19:01:43 +00:00
@component('mail::message')
2021-06-29 20:05:00 +00:00
Dear {{ $user->firstname }}
2021-06-27 19:01:43 +00:00
2021-06-29 20:05:00 +00:00
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
2021-06-27 19:01:43 +00:00
2021-06-29 20:05:00 +00:00
Is this email not directed to you or do you not wish to change your email? Than you may ignore this.
2021-06-27 19:01:43 +00:00
2021-06-29 20:05:00 +00:00
Thanks,<br>
{{ config('app.name') }}
2021-06-27 19:01:43 +00:00
@endcomponent