index.blade.php 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. @extends('layouts.app')
  2. @section('content')
  3. <div class="bg-light d-none">
  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>For Patients</u></a></li>
  8. <li class="breadcrumb-item active" aria-current="page">Home</li>
  9. </ol>
  10. </nav>
  11. </div>
  12. </div>
  13. <div class="top">
  14. <div class="py-5">
  15. <div class="container h-100 d-flex align-items-center">
  16. <div class="row">
  17. <div class="col-lg-7">
  18. <div class="light-bg shadow-lg">
  19. <h3 class="md-title text-pry">You’re a simple rubber band away from long-lasting hemorrhoid treatment.</h3>
  20. <!-- <h3 class="md-title text-pry">Non-surgical. Painless. Return to work immediately.</h3> -->
  21. <!-- <p class="mb-3">You’re a simple rubber band away from <b>long-lasting hemorrhoid treatment.</b></p> -->
  22. <p class="mb-3">Non-surgical. Painless. Return to work immediately.</p>
  23. <p class="mb-3">Just a simple, medical-grade rubber band that takes a doctor <b>less than 60 seconds</b> to apply at the base of your hemorrhoid.</p>
  24. <p class="mb-3">The hemorrhoid shrinks and falls off, typically within 24 hours.</p>
  25. <div class="d-flex align-items-center my-4">
  26. <a href="{{ route('find-a-clinic') }}" class="btn btn-pry">Find a Clinic</a>
  27. <a href="{{ route('snyderhemband') }}" class="btn btn-outline-pry ms-4">How it Works</a>
  28. </div>
  29. </div>
  30. </div>
  31. </div>
  32. </div>
  33. </div>
  34. </div>
  35. <div class="container pe-lg-0 pt-md-5 pt-4">
  36. <div class="row">
  37. <div class="col-lg-6">
  38. <h5 class="subtitle">Meet the HemBand Applicator.</h5>
  39. <div class="mt-5 mb-4 text-center">
  40. <img src="{{asset('img/snyder.png')}}" class="w-75" alt="">
  41. </div>
  42. <p>
  43. It takes less than 60 seconds to use the HemBand applicator to place a rubber band at the base of the hemorrhoid.
  44. Banding is the gold-standard of care because instead of treating symptoms, it safely and gently removes hemorrhoids themselves.
  45. </p>
  46. <div>
  47. </div>
  48. </div>
  49. <div class="col-lg-5 offset-lg-1 mt-lg-0 mt-4">
  50. <div class="bg-dark text-white p-4">
  51. <h4>Hemorrhoids are common.</h4>
  52. <p>Hemorrhoids are very prevalent in both men and women. About half of all people will have hemorrhoids by age 50.</p>
  53. <p>Symptoms include:</p>
  54. <ul>
  55. <li>Bleeding</li>
  56. <li>Itching</li>
  57. <li>Swelling</li>
  58. <li>Soiling</li>
  59. <li>Pain</li>
  60. <li>Bulging</li>
  61. </ul>
  62. <!-- <a href="#" class="btn btn-light rounded-0 px-5 py-2 mt-3">Find a Clinic</a> -->
  63. </div>
  64. </div>
  65. </div>
  66. </div>
  67. <div class="container py-5">
  68. <div class="row">
  69. <div class="col-xl-6 pe-xl-0">
  70. <div class="box-1">
  71. <div class="d-flex flex-column">
  72. <h4 class="subtitle mb-5">
  73. Why HemBand?
  74. </h4>
  75. <h4 class="mb-3">1. It's fast, safe, and effective.</h4>
  76. <p class="border-bottom pb-4">Banding is the "gold-standard" for treating hemorrhoids, with a greater than 95% success rate. It takes less than a minute.</p>
  77. <h4 class="mb-3">2. It's available near you!</h4>
  78. <p class="border-bottom pb-4">With thousands of physicians across the United States are trained in how to use the HemBand, there's a clinic near you!</p>
  79. <h4 class="mb-3">3. It's covered by insurance.</h4>
  80. <p class="border-bottom pb-4">HemBand treatment is covered by most insurance plans, including Medicare, Medicaid, and TriCare.</p>
  81. </div>
  82. </div>
  83. </div>
  84. <div class="col-xl-6 p-xl-0">
  85. <div class="box-2">
  86. <div class="d-flex flex-column">
  87. <h5 class="header mb-4">Hemorrhoids</h5>
  88. <p class="mb-4">
  89. Hemorrhoids emerge when the veins around your anus or your lower rectum get swollen and inflamed.
  90. They can be internal or external. Hemorrhoids are extremely common. About half all people will have hemorrhoids by age 50.</p>
  91. <a href="{{ route('aboutHem') }}" class="text-white d-block mt-auto text-end">Learn more <i class="ms-1 fal fa-angle-right"></i> </a>
  92. </div>
  93. </div>
  94. <div class="row m-xl-0 box-container">
  95. <div class="col-xl-6 p-xl-0">
  96. <div class="box-3">
  97. <div class="d-flex flex-column">
  98. <h5 class="header mb-4">Post-Care</h5>
  99. <p>Learn how to prevent future hemorrhoids after your banding.</p>
  100. <a href="{{ route('postCare') }}" class="text-white d-block mt-auto text-end">Learn more <i class="ms-1 fal fa-angle-right"></i> </a>
  101. </div>
  102. </div>
  103. </div>
  104. <div class="col-xl-6 p-xl-0">
  105. <div class="box-4">
  106. <div class="d-flex flex-column">
  107. <h5 class="header mb-4">Comparision</h5>
  108. <p>There are multiple options available for treating hemorrhoids. Learn why rubber banding is the leading method.</p>
  109. <a href="{{ route('compare') }}" class="text-dark d-block mt-auto text-end">Learn more <i class="ms-1 fal fa-angle-right"></i> </a>
  110. </div>
  111. </div>
  112. </div>
  113. </div>
  114. </div>
  115. </div>
  116. </div>
  117. <div class="container">
  118. <div class="steps py-5">
  119. <div class="text-center mb-sm-0 mb-4">
  120. <img src="{{asset('img/fp/fp-1.svg')}}" height="40">
  121. <p class="mt-3"><b>Fast & Safe</b></p>
  122. <p class="px-4">Banding takes less than a minute and is the standard of care, with a greater success rate.</p>
  123. </div>
  124. <div class="text-center mb-sm-0 mb-4">
  125. <img src="{{asset('img/fp/fp-3.svg')}}" height="40">
  126. <p class="mt-3"><b>Painless</b></p>
  127. <p class="px-4">Banding is painless, non-surgical, and requires no medication before or after treatment.</p>
  128. </div>
  129. <div class="text-center mb-sm-0 mb-4">
  130. <img src="{{asset('img/fp/fp-2.svg')}}" height="40">
  131. <p class="mt-3"><b>Long-Term Effectiveness</b></p>
  132. <p class="px-4">Instead of treating symptoms, banding gently removes hemorrhoids themselves.</p>
  133. </div>
  134. <div class="text-center mb-sm-0 mb-4">
  135. <img src="{{asset('img/fp/fp-4.svg')}}" height="40">
  136. <p class="mt-3"><b>Covered by Most Health Plans</b></p>
  137. <p class="px-4">Banding is covered by most major health plans including Medicare, Medicaid, and TriCare.</p>
  138. </div>
  139. </div>
  140. </div>
  141. <div class="container py-xl-5 py-4 d-none">
  142. <div class="d-md-flex align-items-center justify-content-between mb-4 pb-3 border-bottom">
  143. <h4 class="subtitle mb-0 mb-2">What physicians have to say</h4>
  144. <a href="#">For Physicians <i class="ms-1 fal fa-angle-right"></i> </a>
  145. </div>
  146. <div class="row">
  147. <div class="col-xl-6">
  148. <div class="border row m-0">
  149. <div class="col-xl-4 col-lg-3 col-md-4 ps-0 d-md-block d-none doc-bg" style="background-image:url('{{asset('img/ph-1.png')}}')">
  150. </div>
  151. <div class="col-xl-8 col-lg-9 col-md-8 p-4">
  152. <div class="d-md-none d-block">
  153. <div class="profile-img">
  154. <img src="{{asset('/img/ph-1.png')}}" alt="">
  155. </div>
  156. </div>
  157. <div class="text-md-start text-center">
  158. <div class="d-flex mt-3 align-items-center justify-content-md-start justify-content-center">
  159. <h4 class="m-0 font-weight-bold">Dr. Nayan Shah</h4>
  160. <a href="#" class="ms-2"><img src="{{asset('img/linkedin_ic.svg')}}" alt=""> </a>
  161. </div>
  162. <h6 class="opacity-50 mt-2 mb-3">Maryland, USA</h6>
  163. </div>
  164. <p>"Best treatment option with least possible complications compared to other treatments. This is a placeholder explaining who is our ideal client & stomer and who we prefer to work with such as medical clinics and etc! Best treatment option with least possible!"</p>
  165. <div class="d-flex justify-content-between pe-4">
  166. <img src="{{asset('img/ph-1-sign.svg')}}" alt="">
  167. <img src="{{asset('img/mayo.svg')}}" alt="">
  168. </div>
  169. </div>
  170. </div>
  171. </div>
  172. <div class="col-xl-6 mt-xl-0 mt-4">
  173. <div class="border row m-0">
  174. <div class="col-xl-4 col-lg-3 col-md-4 ps-0 d-md-block d-none doc-bg" style="background-image:url('{{asset('img/ph-2.png')}}')">
  175. </div>
  176. <div class="col-xl-8 col-lg-9 col-md-8 p-4">
  177. <div class="d-md-none d-block">
  178. <div class="profile-img">
  179. <img src="{{asset('/img/ph-2.png')}}" alt="">
  180. </div>
  181. </div>
  182. <div class="text-md-start text-center">
  183. <div class="d-flex mt-3 align-items-center justify-content-md-start justify-content-center">
  184. <h4 class="m-0 font-weight-bold">Dr. Nayan Shah</h4>
  185. <a href="#" class="ms-2"><img src="{{asset('img/linkedin_ic.svg')}}" alt=""> </a>
  186. </div>
  187. <h6 class="opacity-50 mt-2 mb-3">Maryland, USA</h6>
  188. </div>
  189. <p>"Best treatment option with least possible complications compared to other treatments. This is a placeholder explaining who is our ideal client & stomer and who we prefer to work with such as medical clinics and etc! Best treatment option with least possible!"</p>
  190. <div class="d-flex justify-content-between pe-4">
  191. <img src="{{asset('img/ph-2-sign.svg')}}" alt="">
  192. <img src="{{asset('img/fl-hosp.svg')}}" alt="">
  193. </div>
  194. </div>
  195. </div>
  196. </div>
  197. </div>
  198. </div>
  199. <div class="mt-4 bg-grey py-5">
  200. <div class="container py-lg-4">
  201. <div class="row align-items-center">
  202. <div class="col-xl-5 col-lg-6 col-10 offset-lg-0 offset-1">
  203. <img src="{{asset('img/pc-top.jpg')}}" class="w-100" alt="">
  204. </div>
  205. <div class="col-lg-5 offset-lg-1 mt-lg-0 mt-4">
  206. <h4 class="subtitle w-100">Don't just treat your symptoms.</h4>
  207. <hr class="opacity-100">
  208. <h5>If you are experiencing any of the following:</h5>
  209. <ul>
  210. <li>Bleeding</li>
  211. <li>Itching</li>
  212. <li>Swelling</li>
  213. <li>Soiling</li>
  214. <li>Pain</li>
  215. <li>Bulging</li>
  216. </ul>
  217. <p>Experience long-term relief by solving the root of your problem.</p>
  218. <div class="d-sm-flex align-items-center my-4">
  219. <a href="{{ route('find-a-clinic') }}" class="btn btn-pry">Find a Specialist Today</a>
  220. </div>
  221. </div>
  222. </div>
  223. </div>
  224. </div>
  225. @endsection