en-US.blade.php 308 B

12345678910111213
  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 email is sent automatically by system, please don't reply.</div>
  11. </body>
  12. </html>