snyder.blade.php 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. @extends('layouts.app')
  2. @section('content')
  3. <div class="bg-light pb-5">
  4. <div class="container pt-3">
  5. <nav class="mb-0">
  6. <ol class="breadcrumb">
  7. <li class="breadcrumb-item"><a href="{{route('index')}}"><u>Home</u></a></li>
  8. <li class="breadcrumb-item active" aria-current="page">How it Works</li>
  9. </ol>
  10. </nav>
  11. </div>
  12. <hr>
  13. <div class="container">
  14. <div class="py-5 mb-4 px-1">
  15. <div class="text-center">
  16. <h4 class="title mb-3">Meet the Snyder Hemband Applicator</h4>
  17. <p class="mb-4">The Snyder HemBand is a rubber band applicator that allows a physician to place a rubber band <br class="d-lg-block d-none"> at the base of the hemorrhoid, cutting off its blood flow, causing it to shrink and fall off. </p>
  18. </div>
  19. </div>
  20. </div>
  21. </div>
  22. <div class="container">
  23. <div class="border bg-white p-md-5 p-4 text-center position-relative" style="top:-80px">
  24. <img src="{{asset('img/snyder.png')}}" class="w-75" alt="">
  25. </div>
  26. <div class="row position-relative" style="top:-40px;margin-bottom:-40px">
  27. <div class="col-lg-5">
  28. <h4 class="subtitle mb-3">Benefits of using our product:</h4>
  29. </div>
  30. <div class="col-lg-6 offset-lg-1">
  31. <div class="row mb-sm-4">
  32. <div class="d-lg-block d-flex flex-column align-items-center text-sm-start text-center col-sm-5">
  33. <img src="{{asset('img/benefits/ben-1.svg')}}" width="45" alt="">
  34. <p class="mt-2">No anesthesia, sedation, or medication is required prior to treatment.</p>
  35. </div>
  36. <div class="d-lg-block d-flex flex-column align-items-center text-sm-start text-center col-sm-5 offset-sm-2">
  37. <img src="{{asset('img/benefits/ben-2.svg')}}" width="45" alt="">
  38. <p class="mt-2">The procedure is painless.</p>
  39. </div>
  40. </div>
  41. <div class="row mb-sm-4">
  42. <div class="d-lg-block d-flex flex-column align-items-center text-sm-start text-center col-sm-5">
  43. <img src="{{asset('img/benefits/ben-3.svg')}}" width="45" alt="">
  44. <p class="mt-3">It has a great success rate.</p>
  45. </div>
  46. <div class="d-lg-block d-flex flex-column align-items-center text-sm-start text-center col-sm-5 offset-sm-2">
  47. <img src="{{asset('img/benefits/ben-4.svg')}}" width="45" alt="">
  48. <p class="mt-3">A latex-free option is available for those allergic to latex.</p>
  49. </div>
  50. </div>
  51. <div class="row mb-4">
  52. <div class="d-lg-block d-flex flex-column align-items-center text-sm-start text-center col-sm-5">
  53. <img src="{{asset('img/benefits/ben-5.svg')}}" width="45" alt="">
  54. <p class="mt-3">Banding takes less than a minute.</p>
  55. </div>
  56. <div class="d-lg-block d-flex flex-column align-items-center text-sm-start text-center col-sm-5 offset-sm-2">
  57. <img src="{{asset('img/benefits/ben-6.svg')}}" width="45" alt="">
  58. <p class="mt-3">Treatment is covered by most insurance providers.</p>
  59. </div>
  60. </div>
  61. </div>
  62. </div>
  63. </div>
  64. <div class="bg-grey py-5">
  65. <div class="container">
  66. <div class="row justify-content-center text-center">
  67. <div class="col-xl-7 col-lg-9">
  68. <h4 class="subtitle">How does Snyder Hemband work?</h4>
  69. <p class="pb-3">Using the Snyder HemBand, your physician will gently place a medical-grade rubber band around the base of your hemorrhoid. The soft rubber band generates compression around the hemorrhoid, reducing the blood supply, causing it to shrink and eventually fall off.</p>
  70. </div>
  71. </div>
  72. </div>
  73. </div>
  74. <div class="py-5">
  75. <div class="container">
  76. <div class="row justify-content-center text-center">
  77. <div class="col-xl-7 col-lg-9">
  78. <h4 class="subtitle">Why is banding painless?</h4>
  79. <p class="pb-3">Banding is done above the “dentate line”, a section of the rectum with a very low number of pain-sensitive nerves. It’s also very comfortable because it takes your doctor less than a minute to apply the rubber band.</p>
  80. <p class="pb-3">The rubber band causes the hemorrhoid to shrink away and fall off during a bowel movement, typically within 24 hours. In most cases, you won’t even notice the rubber band and hemorrhoids falling off.</p>
  81. <div class="pb-5">
  82. <img src="{{asset('img/hiw.jpg')}}" class='w-100' alt="">
  83. </div>
  84. <p><b>Learn what to expect after banding.</b> </p>
  85. <a href="{{route('postCare')}}" class="btn btn-pry">Post-Treatment Care</a>
  86. </div>
  87. </div>
  88. </div>
  89. </div>
  90. @endsection