index.blade.php 4.5 KB

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