en.blade.php 353 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>invite</title>
  5. </head>
  6. <body>
  7. <div>wikipali sign up invitation</div>
  8. <div>click this link to sign up on wikipali.</div>
  9. <div><a href='{{ $url }}'>{{ $url }}</a></div>
  10. <div>This link will be expired within 7 days.<br>
  11. This email is sent automatically by system, please don't reply.</div>
  12. </body>
  13. </html>