1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- @extends('layouts.physicians')
- @section('content')
- <div class="top">
- <div class="">
- <div class="container h-100 d-flex align-items-center">
- <div class="row">
- <div class="col-lg-7">
- <div class="light-bg shadow-lg">
- <h3 class="md-title text-pry">Join us on our mission to address one of the most undertreated conditions in gastroenterology.</h3>
- <p class="mb-3">One in three Americans has hemorrhoids on screening colonoscopy.</p>
- <p class="mb-3">The SNYDER HemBand makes outpatient banding easier than ever.</p>
- <p class="mb-3">The hemorrhoid shrinks and falls off, typically within 24 hours.</p>
- <div class="d-sm-flex align-items-center my-4">
- <a href="{{ route('physicians.practice-support') }}" class="btn btn-pry">Learn More</a>
- <a href="{{ route('physicians.get-trained') }}" class="btn btn-outline-pry ms-sm-4 ms-0 mt-sm-0 mt-4">Get Trained</a>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="container mt-4 py-5">
- <div class="d-sm-flex align-items-start justify-content-between pt-4 pb-5">
- <div class="text-center w-100 mb-sm-0 mb-4">
- <img src="{{asset('img/fp/fp-1.svg')}}" height="40">
- <p class="mt-3"><b>Fast and effective</b></p>
- <p class="px-4">Ligation (RBL) transforms quality of life for individuals suffering from hemorrhoids.</p>
- </div>
- <div class="text-center w-100 mb-sm-0 mb-4">
- <img src="{{asset('img/fp/fp-3.svg')}}" height="40">
- <p class="mt-3"><b>Training is simple</b></p>
- <p class="px-4">gastroenterologists can be trained virtually in less than one hour.</p>
- </div>
- <div class="text-center w-100 mb-sm-0 mb-4">
- <img src="{{asset('img/fp/fp-2.svg')}}" height="40">
- <p class="mt-3"><b>Strong reimbursement</b></p>
- <p class="px-4">Hemorrhoid banding is remarkably effective - and therefore is widely covered by every major insurance, including Medicare and Medicaid.
- </p>
- </div>
- </div>
- </div>
- <div class="container mb-5">
- <div class="row">
- <div class="col-xl-6 pe-xl-0">
- <div class="box-1 h-100">
- <div class="d-flex flex-column">
- <h5 class="subtitle mb-5">Complimentary Training & Consultative Services</h5>
- <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>
- <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>
- </div>
- </div>
- </div>
- <div class="col-xl-6 p-xl-0">
- <div class="box-2 h-100">
- <div class="d-flex flex-column">
- <h5 class="header mb-5">Reimbursement Guide</h5>
- <p class="mb-4">Billing for hemorrhoid banding is simple using CPT code 46221.</p>
- <p class="mb-4">It can be billed along with an office visit or consult, without affecting reimbursement of the visit or consult.</p>
- <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>
- </div>
- </div>
- </div>
- </div>
- </div>
- @endsection
|