|
@@ -0,0 +1,68 @@
|
|
|
+@extends('layouts.physicians')
|
|
|
+@section('content')
|
|
|
+
|
|
|
+<div class="bg-light">
|
|
|
+ <div class="container pt-3">
|
|
|
+ <nav class="mb-0">
|
|
|
+ <ol class="breadcrumb">
|
|
|
+ <li class="breadcrumb-item"><a href="{{route('index')}}"><u>Home</u></a></li>
|
|
|
+ <li class="breadcrumb-item"><a href="{{route('physicians.index')}}"><u>Physicians</u></a></li>
|
|
|
+ <li class="breadcrumb-item"><a href="{{route('physicians.order-products')}}"><u>Order Products</u></a></li>
|
|
|
+ <li class="breadcrumb-item active" aria-current="page">Ligators</li>
|
|
|
+ </ol>
|
|
|
+ </nav>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+
|
|
|
+<div class="bg-grey py-5">
|
|
|
+ <div class="container">
|
|
|
+ <div class="row justify-content-center">
|
|
|
+ <div class="col-lg-7 text-center">
|
|
|
+ <h5 class="title m-0">Ligators</h5>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+
|
|
|
+<div class="container py-5">
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-lg-3 d-lg-block d-none">
|
|
|
+ @include('app.physicians.order-products.sidenav')
|
|
|
+ </div>
|
|
|
+ <div class="col-lg-8">
|
|
|
+ <h4 class="header">Order Your CRH O’Regan Ligators Now</h4>
|
|
|
+ <p class="mt-4">All CRH-trained practices are eligible to order CRH O’Regan System ligators. You can order online, by phone (1.800.660.2153 ext. 0) or simply print out and fax or email your order form to us:</p>
|
|
|
+ <ul>
|
|
|
+ <li><a href="#">Order online</a></li>
|
|
|
+ <li><a href="#">Download an order form</a></li>
|
|
|
+ </ul>
|
|
|
+ <p>If your practice has not yet been trained on the use of the CRH O’Regan ligator and associated treatment protocols, call 800-660-2153 ext. 1011 to learn more, or <a href="#">fill out our training request form.</a> </p>
|
|
|
+ <div class="border bg-light p-4 mb-4">
|
|
|
+ <img src="{{asset('/img/snyder.png')}}" class="w-100" alt="">
|
|
|
+ </div>
|
|
|
+ <h5 class="header">About the CRH O’Regan Ligator</h5>
|
|
|
+ <p>The CRH O’Regan System is a single-use hemorrhoid banding ligator that utilizes a manual, gentle suction to draw the tissue of the hemorrhoid into the barrel of the ligator over which a small rubber band is placed – a procedure known as Rubber Band Ligation (RBL).</p>
|
|
|
+ <p>The CRH ligator, which improves upon conventional RBL, directly treats the root problem that hemorrhoids cause – the prolapse – and eliminates the painful symptoms, like itching and bleeding, which accompany it.</p>
|
|
|
+
|
|
|
+ <h5 class="mt-4">Comprehensive Training</h5>
|
|
|
+ <p><a href="#">CRH’s Medical Directors</a>, both board-certified general surgeons, have been training physicians across the United States to offer this patented, FDA-approved procedure since 2008.</p>
|
|
|
+ <p>Training is provided for the use of the ligator as well as for the diagnosis and treatment of related perianal care issues such as anal fissure and spasm.</p>
|
|
|
+
|
|
|
+ <h5 class="mt-4">Proven</h5>
|
|
|
+ <p>The CRH O’Regan System is proven to be 99% effective, with a 1% complication rate (pain and bleeding). Our ligator has also been used more than 1,000,000 times by over 3,000 doctors across the US.</p>
|
|
|
+
|
|
|
+ <h5 class="mt-4">Marketing and Operational Support</h5>
|
|
|
+ <p>As a CRH customer, you receive a turnkey program to ensure you have all of the support necessary to incorporate the procedure into your practice at no additional cost:</p>
|
|
|
+ <ul>
|
|
|
+ <li>Clinical forms</li>
|
|
|
+ <li>Patient education tools</li>
|
|
|
+ <li>Marketing materials</li>
|
|
|
+ <li>Staff training</li>
|
|
|
+ <li>24/7 clinical support via phone and email</li>
|
|
|
+ <li>Practice profile listing on our patient-facing website</li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+
|
|
|
+@endsection
|