test.blade.php 191 B

12345678910111213
  1. <p>
  2. This is a test, an email test.
  3. </p>
  4. <p>
  5. The variable <code>$testVar</code> contains the value:
  6. </p>
  7. <ul>
  8. <li><strong>{{ $testVar }}</strong></li>
  9. </ul>
  10. <hr>
  11. <p>
  12. That is all.
  13. </p>