Guest User

Untitled

a guest
Aug 10th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. @extends('layouts.email')
  2.  
  3. @section('content')
  4. <tbody>
  5. <tr>
  6. <td style="font-size: 18px; color: #fff; font-weight: 500; padding: 20px; text-align: center; border-radius: 3px 3px 0 0; background: #265876;">
  7. Seu cadastro foi aprovado
  8. </td>
  9. </tr>
  10. <tr>
  11. <td style="padding: 20px;">
  12. <table width="100%" cellpadding="0" cellspacing="0">
  13. <tbody>
  14. <tr>
  15. <td style="padding: 0 0 20px;">
  16. <p style = "line-height:21px;font-size:20px;margin-top:20px;margin-bottom:0px">Prezado usuário,<br><br>
  17.  
  18. Sua solicitação de cadastro foi aprovada por nossos administradores.<br>
  19.  
  20. Você já possui acesso ao Sistema de Reservas. Siga as instruções abaixo para acessá-lo:</p><br>
  21.  
  22. <p style = "line-height:28px;font-size:20px;margin-top:20px;margin-bottom:0px;text-align:center">
  23. <strong style = "line-height:inherit">Instruções para acesso ao Sistema de Reservas</strong>
  24. </p>
  25. <br><br>
  26. <blockquote style = "line-height:inherit;margin:20px 0px 0px;padding-left:14px;border-left:4px solid rgb(189,189,189)">
  27. <p style = "line-height:21px;font-size:14px;margin-top:20px;margin-bottom:20px">
  28. - Acesse o endereço: {{ route('login') }}<br>
  29. - na caixa de texto "Email", digite: {{ $user->email }}<br>
  30. - na caixa de texto "Senha", digite sua senha <br>
  31. - clique no botão "Entrar"<br>
  32. </p>
  33. </blockquote>
  34. <br><br>
  35.  
  36. Seja Bem Vindo(a)!<br><br>
  37.  
  38. <p><a href="{{ route('login') }}" style="border-radius: 3px;box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);color: #FFF;display: inline-block;text-decoration: none;-webkit-text-size-adjust: none;background-color: #265876;border-top: 10px solid #265876;border-right: 18px solid #265876;border-bottom: 10px solid #265876;border-left: 18px solid #265876; margin: auto;">Acessar o sistema</a></p>
  39.  
  40. <b>Obs: Esse é apenas um e-mail informativo. Não responda este e-mail.</b><br>
  41. </td>
  42. </tr>
  43. </tbody>
  44. </table>
  45. </td>
  46. </tr>
  47. </tbody>
  48. @stop
Add Comment
Please, Sign In to add comment