index.blade.php 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. @extends('layouts.physicians')
  2. @section('content')
  3. <div class="top">
  4. <div class="">
  5. <div class="container h-100 d-flex align-items-center">
  6. <div class="row">
  7. <div class="col-lg-7">
  8. <div class="light-bg shadow-lg">
  9. <h3 class="md-title text-pry">Join us on our mission to address one of the most undertreated conditions in gastroenterology.</h3>
  10. <p class="mb-3">One in three Americans has hemorrhoids on screening colonoscopy.</p>
  11. <p class="mb-3">The SNYDER HemBand makes outpatient banding easier than ever.</p>
  12. <p class="mb-3">Get trained in less than 1 hour.</p>
  13. <div class="d-sm-flex align-items-center my-4">
  14. <a href="{{ route('physicians.practice-support') }}" class="btn btn-pry">Learn More</a>
  15. <a href="{{ route('physicians.get-trained') }}" class="btn btn-outline-pry ms-sm-4 ms-0 mt-sm-0 mt-4">Get Trained</a>
  16. </div>
  17. </div>
  18. </div>
  19. </div>
  20. </div>
  21. </div>
  22. </div>
  23. <div class="container mt-4 py-5">
  24. <div class="row">
  25. <div class="col-lg-12">
  26. <div class="text-center">
  27. <h4 class="title mb-3">Meet the HemBand applicator.</h4>
  28. <p>
  29. It takes less than 60 seconds to use the HemBand applicator to place a rubber band at the base of the hemorrhoid.
  30. Banding is the gold-standard of care because instead of treating symptoms, it safely and gently removes hemorrhoids themselves.
  31. </p>
  32. </div>
  33. <div class="border mt-5 mb-4 p-md-5 p-3 text-center">
  34. <img src="{{asset('img/snyder.png')}}" class="w-75" alt="">
  35. </div>
  36. </div>
  37. </div>
  38. <div class="d-sm-flex align-items-start justify-content-between pt-4 pb-5">
  39. <div class="text-center w-100 mb-sm-0 mb-4">
  40. <img src="{{asset('img/fp/fp-1.svg')}}" height="40">
  41. <p class="mt-3"><b>Fast and effective</b></p>
  42. <p class="px-4">Ligation (RBL) transforms quality of life for individuals suffering from hemorrhoids.</p>
  43. </div>
  44. <div class="text-center w-100 mb-sm-0 mb-4">
  45. <img src="{{asset('img/fp/fp-3.svg')}}" height="40">
  46. <p class="mt-3"><b>Training is simple</b></p>
  47. <p class="px-4">Gastroenterologists can be trained virtually in less than one hour.</p>
  48. </div>
  49. <div class="text-center w-100 mb-sm-0 mb-4">
  50. <img src="{{asset('img/fp/fp-2.svg')}}" height="40">
  51. <p class="mt-3"><b>Strong reimbursement</b></p>
  52. <p class="px-4">Banding is widely covered by every major insurance including Medicare and Medicaid.
  53. </p>
  54. </div>
  55. </div>
  56. </div>
  57. <div class="container mb-5">
  58. <div class="row">
  59. <div class="col-xl-6 pe-xl-0">
  60. <div class="box-1 h-100">
  61. <div class="d-flex flex-column">
  62. <h5 class="subtitle mb-5">Complimentary Training & Consultative Services</h5>
  63. <p>Founded by physicians, for physicians - our team is committed to helping your clinic be a hemorrhoid treatment center of excellence in your community.</p>
  64. <p>This requires a comprehensive approach of physician training, staff training, and marketing best-practices. Whether you are new to HemBand, or are an existing customer, contact us today to schedule a free consultation.</p>
  65. </div>
  66. </div>
  67. </div>
  68. <div class="col-xl-6 p-xl-0">
  69. <div class="box-2 h-100">
  70. <div class="d-flex flex-column">
  71. <h5 class="header mb-5">Reimbursement Guide</h5>
  72. <p class="mb-4">Billing for hemorrhoid banding is simple using CPT code 46221.</p>
  73. <p class="mb-4">It can be billed along with an office visit or consult, without affecting reimbursement of the visit or consult.</p>
  74. <a href="{{ route('physicians.reimbursement-guide') }}" class="text-white d-block mt-auto text-end">Learn more <i class="ms-1 fal fa-angle-right"></i> </a>
  75. </div>
  76. </div>
  77. </div>
  78. </div>
  79. </div>
  80. @endsection