reset-password.blade.php 394 B

1234567891011121314151617181920
  1. <div style="max-width: 600px;">
  2. <p>Hello! <strong>{!! $name !!}</strong> </p>
  3. <p>To reset password, click on the button below or copy and paste the following link on your browser: </p>
  4. {!! $link !!}
  5. <div class="" style="text-align: center; margin-top: 10px;">
  6. <a href="{!! $link !!}" style="padding:7px 15px; text-align: center; background: orange;">Reset Link</a>
  7. </div>
  8. </div>