index.blade.php 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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">The hemorrhoid shrinks and falls off, typically within 24 hours.</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="d-sm-flex align-items-start justify-content-between pt-4 pb-5">
  25. <div class="text-center w-100 mb-sm-0 mb-4">
  26. <img src="{{asset('img/fp/fp-1.svg')}}" height="40">
  27. <p class="mt-3"><b>Fast and effective</b></p>
  28. <p class="px-4">Ligation (RBL) transforms quality of life for individuals suffering from hemorrhoids.</p>
  29. </div>
  30. <div class="text-center w-100 mb-sm-0 mb-4">
  31. <img src="{{asset('img/fp/fp-3.svg')}}" height="40">
  32. <p class="mt-3"><b>Training is simple</b></p>
  33. <p class="px-4">gastroenterologists can be trained virtually in less than one hour.</p>
  34. </div>
  35. <div class="text-center w-100 mb-sm-0 mb-4">
  36. <img src="{{asset('img/fp/fp-2.svg')}}" height="40">
  37. <p class="mt-3"><b>Strong reimbursement</b></p>
  38. <p class="px-4">Hemorrhoid banding is remarkably effective - and therefore is widely covered by every major insurance, including Medicare and Medicaid.
  39. </p>
  40. </div>
  41. </div>
  42. </div>
  43. <div class="container mb-5">
  44. <div class="row">
  45. <div class="col-xl-6 pe-xl-0">
  46. <div class="box-1 h-100">
  47. <div class="d-flex flex-column">
  48. <h5 class="subtitle mb-5">Complimentary Training & Consultative Services</h5>
  49. <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>
  50. <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>
  51. </div>
  52. </div>
  53. </div>
  54. <div class="col-xl-6 p-xl-0">
  55. <div class="box-2 h-100">
  56. <div class="d-flex flex-column">
  57. <h5 class="header mb-5">Reimbursement Guide</h5>
  58. <p class="mb-4">Billing for hemorrhoid banding is simple using CPT code 46221.</p>
  59. <p class="mb-4">It can be billed along with an office visit or consult, without affecting reimbursement of the visit or consult.</p>
  60. <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>
  61. </div>
  62. </div>
  63. </div>
  64. </div>
  65. </div>
  66. @endsection