account_manager.blade.php 340 B

123456789101112
  1. <html>
  2. <head>
  3. <meta charset="UTF-8">
  4. <title>Registration Mail</title>
  5. </head>
  6. <body>
  7. <p>Dear {{$user_name}},</p>
  8. <p>You have been added as Account Manager of company named <strong>{{ $company_name }}</strong>. Company Contact number is "<b>{{ $contact }}</b>" Wish you all the best.</p>
  9. <p>Regards,<br/>
  10. Revinr </p>
  11. </body>
  12. </html>