promotion.blade.php 1.3 KB

1234567891011121314151617181920212223242526272829
  1. <!-- promotion wrapper start-->
  2. <div class="promotion_wrapper full_width">
  3. <div class="container">
  4. <div class="row">
  5. <div class="col-lg-6 col-md-12 col-sm-12 col-xs-12">
  6. <div class="promotional_banner full_width">
  7. <h1><i class="flaticon-flyers"></i>Promotional SMS</h1>
  8. <p>Configured by default for all new accounts, promotional SMS is the generally used for sending any offers or promotions to new and a existing customers. Messages are sent to non DND numbers and of opt-in numbers (via myDND Manager) between 9 AM and 9 PM at time this slots only.</p>
  9. <div class="see_more_btn promotion_btn full_width">
  10. <ul>
  11. <li>
  12. <a href="/about-us"> read more</a>
  13. </li>
  14. </ul>
  15. </div>
  16. </div>
  17. </div>
  18. <div class="col-lg-6 col-md-12 col-sm-12 col-xs-12">
  19. <div class="promotion_img_wrapper full_width">
  20. <img src="{{ asset('/themes/eyerecord/pro/resources/images/promotion.png') }}" class="img-responsive" alt="img">
  21. </div>
  22. </div>
  23. </div>
  24. </div>
  25. </div>
  26. <!-- promotion wrapper end-->