treatment.blade.php 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. @extends('layouts.app')
  2. @section('content')
  3. <div class="bg-light">
  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">Treatment guide</li>
  9. </ol>
  10. </nav>
  11. </div>
  12. </div>
  13. <div class="bg-grey py-5">
  14. <div class="container py-lg-4">
  15. <div class="row">
  16. <div class="col-xl-4">
  17. <h5 class="subtitle">Treatment guide</h5>
  18. <p>Hemorrhoids can most often be treat at home by:</p>
  19. </div>
  20. <div class="col-xl-4 col-md-6">
  21. <div class="d-flex align-items-start mb-4 mt-md-3">
  22. <div class="">
  23. <img src="{{asset('img/tt-guide/guide-1.svg')}}" class="guide-img" alt="">
  24. </div>
  25. <div class="ms-4">
  26. <p class="m-0">Eating high-fiber containing foods</p>
  27. </div>
  28. </div>
  29. <div class="d-flex align-items-start mb-4">
  30. <div class="">
  31. <img src="{{asset('img/tt-guide/guide-2.svg')}}" class="guide-img" alt="">
  32. </div>
  33. <div class="ms-4">
  34. <p class="m-0">Taking a stool softener or a fiber supplement such as psyllium</p>
  35. </div>
  36. </div>
  37. <div class="d-flex align-items-start mb-4">
  38. <div class="">
  39. <img src="{{asset('img/tt-guide/guide-3.svg')}}" class="guide-img" alt="">
  40. </div>
  41. <div class="ms-4">
  42. <p class="m-0">Staying hydrated as recommended by your health care professional</p>
  43. </div>
  44. </div>
  45. <div class="d-flex align-items-start mb-4">
  46. <div class="">
  47. <img src="{{asset('img/tt-guide/guide-4.svg')}}" class="guide-img" alt="">
  48. </div>
  49. <div class="ms-4">
  50. <p class="m-0">Avoid straining during bowel movements</p>
  51. </div>
  52. </div>
  53. </div>
  54. <div class="col-xl-4 col-md-6">
  55. <div class="d-flex align-items-start mb-4 mt-md-3">
  56. <div class="">
  57. <img src="{{asset('img/tt-guide/guide-5.svg')}}" class="guide-img" alt="">
  58. </div>
  59. <div class="ms-4">
  60. <p class="m-0">Avoid long periods of time on the toilet.</p>
  61. </div>
  62. </div>
  63. <div class="d-flex align-items-start mb-4">
  64. <div class="">
  65. <img src="{{asset('img/tt-guide/guide-6.svg')}}" class="guide-img" alt="">
  66. </div>
  67. <div class="ms-4">
  68. <p class="m-0">Taking over-the-counter pain relievers such as acetaminophen, ibuprofen, naproxen, or aspirin</p>
  69. </div>
  70. </div>
  71. <div class="d-flex align-items-start mb-4">
  72. <div class="">
  73. <img src="{{asset('img/tt-guide/guide-7.svg')}}" class="guide-img" alt="">
  74. </div>
  75. <div class="ms-4">
  76. <p class="m-0">Sitting in a tub of warm water, called a sitz bath, several times a day to help relieve pain</p>
  77. </div>
  78. </div>
  79. </div>
  80. </div>
  81. </div>
  82. </div>
  83. <div class="container py-5">
  84. <div class="row justify-content-center">
  85. <div class="col-xl-7 col-lg-9 pb-5 pt-3 text-center">
  86. <p>Most often, doctors advise using over-the-counter products for 1 week. Follow up with your doctor if there is no relief in your symptoms after 1 week and/or your symptoms have worsened. Most prolapsed internal hemorrhoids go away without at-home treatment. However, severely prolapsed or bleeding internal hemorrhoids may need medical treatment.</p>
  87. </div>
  88. <hr>
  89. <div class="col-xl-7 col-lg-9 pt-4 text-center">
  90. <h5 class="subtitle mb-3">How do doctors <br class="d-md-block d-none"> treat hemorrhoids?</h5>
  91. <p>Hemorrhoids are treated by a doctor during an office visit or in an outpatient center or in a hospital. The following procedures can be done in an office setting</p>
  92. </div>
  93. </div>
  94. <div class="mt-4 col-lg-12">
  95. <div class="tt-container">
  96. <div class="p-lg-5 p-4 d-flex flex-column">
  97. <h5 class="header mb-3">Rubber band ligation</h5>
  98. <p class="mb-4">Ligation treatment is used by doctors to treat bleeding or prolapsing internal hemorrhoids. In this treatment, a doctor places a special rubber band around the base of the hemorrhoids. The blood supply gets cut off and the banded part of the hemorrhoid dries up and falls off within a week mostly. Scar tissue left behind gets healed by itself. This procedure is performed by trained doctors and one should never try to do it by himself.</p>
  99. <a href="#" class="text-white mt-auto text-end">Learn more <i class="fal fa-angle-right"></i></a>
  100. </div>
  101. <div class="p-lg-5 p-4 d-flex flex-column">
  102. <h5 class="header mb-3">Sclerotherapy</h5>
  103. <p class="mb-4">A solution is injected into the internal hemorrhoid by a doctor, which causes scar tissue to form. The scar tissue cuts off the blood supply, often shrinking hemorrhoids.</p>
  104. <a href="#" class="text-white mt-auto text-end">Learn more <i class="fal fa-angle-right"></i></a>
  105. </div>
  106. <div class="p-lg-5 p-4 d-flex flex-column">
  107. <h5 class="header mb-3">Infrared photocoagulation</h5>
  108. <p class="mb-4"> In this, a doctor utilizes a tool that directs infrared light at the internal hemorrhoid. The heat created by the infrared light causes scar tissue to form, which cuts off the blood supply, often shrinking hemorrhoids.</p>
  109. <a href="#" class="text-white mt-auto text-end">Learn more <i class="fal fa-angle-right"></i></a>
  110. </div>
  111. <div class="p-lg-5 p-4 d-flex flex-column">
  112. <h5 class="header mb-3">Rubber band ligation</h5>
  113. <p class="mb-4">A doctor uses a tool that sends an electric current into the internal hemorrhoid. The electric current causes scar tissue to form, which cuts off the blood supply, often shrinking hemorrhoids.</p>
  114. <a href="#" class="text-dark mt-auto text-end">Learn more <i class="fal fa-angle-right"></i></a>
  115. </div>
  116. </div>
  117. <p class="mt-5 mb-0 text-center">The following procedures can be done in an outpatient center or hospital treatments.</p>
  118. </div>
  119. </div>
  120. <div class="container pb-5 mb-4">
  121. <div class="row">
  122. <div class="col-lg-6 bg-grey p-md-5 p-4">
  123. <h5 class="header mb-3">Hemorrhoidectomy</h5>
  124. <p>A surgeon performs surgery in which the large external hemorrhoids and prolapsing internal hemorrhoids resistant to non-surgical treatments are removed. Anesthesia is required before performing a hemorrhoidectomy. The risk of surgical complications is associated. </p>
  125. </div>
  126. <div class="col-lg-6 bg-light p-md-5 p-4">
  127. <h5 class="header mb-3">Hemorrhoid stapling</h5>
  128. <p>A surgeon removes internal hemorrhoid tissue by using a staple and pulls a prolapsing internal hemorrhoid back into the anus. Anesthesia is required before performing a hemorrhoidectomy. The risk of surgical complications is associated. </p>
  129. </div>
  130. </div>
  131. </div>
  132. @endsection