confirm_app_email.blade.php 596 B

123456789101112131415161718
  1. <x-mail::message>
  2. # Complete Account Registration
  3. Hello **{{'@'.$verify->user->username}}**,
  4. You are moments away from finishing your new account registration!
  5. @component('mail::button', ['url' => $appUrl])
  6. Complete Account Registration
  7. @endcomponent
  8. <p style="color: #d6d3d1;font-size: 10pt">Make sure you click on the button from your mobile device, opening the link using a desktop browser won't work.</p>
  9. <br>
  10. <p>If you did not create this account, please disregard this email.</p>
  11. Thanks,<br>
  12. <a href="{{ config('app.url') }}">{{ config('pixelfed.domain.app') }}</a>
  13. </x-mail::message>