|
@@ -2,16 +2,16 @@
|
|
@section('content')
|
|
@section('content')
|
|
|
|
|
|
<div class="bg-light">
|
|
<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 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>
|
|
|
|
|
|
<div class="bg-grey py-5">
|
|
<div class="bg-grey py-5">
|
|
@@ -31,7 +31,26 @@
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-8">
|
|
<div class="col-lg-8">
|
|
<h4 class="header">Order Snyder HemBand Ligators Today</h4>
|
|
<h4 class="header">Order Snyder HemBand Ligators Today</h4>
|
|
- <p class="mt-4">If you are a licensed health practitioner who is trained in the Snyder HemBand system, then you’re eligible to order ligators. Submit your order here [hyperlink to order form], call or fax us at <a href="tel:{{ config('app.forPhysicianGeneralQuestionPhoneNumber') }}">{{ config('app.forPhysicianGeneralQuestionPhoneNumber') }}</a> , or send us an order form at <a href="mailto:{{ config('app.forPhysicianGeneralQuestionEmailAddress') }}">{{ config('app.forPhysicianGeneralQuestionEmailAddress') }}</a>.</p>
|
|
|
|
|
|
+ <p class="mt-4">If you are a licensed health practitioner who is trained in the Snyder HemBand system, then you’re eligible to order ligators. Submit your order by calling at <a href="tel:{{ config('app.forPhysicianGeneralQuestionPhoneNumber') }}">{{ config('app.forPhysicianGeneralQuestionPhoneNumber') }}</a> , send us an order form at <a href="mailto:{{ config('app.forPhysicianGeneralQuestionEmailAddress') }}">{{ config('app.forPhysicianGeneralQuestionEmailAddress') }}</a>, or fax to (800) 886-9615.</p>
|
|
|
|
+
|
|
|
|
+ <div class="mb-3">
|
|
|
|
+ {{--<p class="mt-4">To submit an order via fax or email, please send back the form for the product(s) you wish to order.</p>--}}
|
|
|
|
+ <div class="row justify-content-center">
|
|
|
|
+ <div class="col-lg-4 col-md-6">
|
|
|
|
+ <h5 class="mb-3">Ligator Order Form</h5>
|
|
|
|
+ <a href="{{asset('ligator-order-form.pdf')}}" download="Ligator Order Form"><img src="{{asset('img/ligator-placeholder.png')}}" class="w-75 border border-dark" alt=""> </a>
|
|
|
|
+ </div>
|
|
|
|
+ <!-- <div class="col-lg-4 col-md-6">
|
|
|
|
+ <h5 class="mt-4 mb-3">Marketing Materials</h5>
|
|
|
|
+ <a href="#"><img src="{{asset('img/marketing.jpeg')}}" class="w-75 border border-dark" alt=""> </a>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="col-lg-4 col-md-6">
|
|
|
|
+ <h5 class="mt-4 mb-3">OBP ANOSPEC Anoscopes</h5>
|
|
|
|
+ <a href="#"><img src="{{asset('img/obp.jpeg')}}" class="w-75 border border-dark" alt=""> </a>
|
|
|
|
+ </div> -->
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
<p>However, if you or your practice have not received training on the Snyder HemBand System, you can request training online and we will contact you shortly to schedule.</p>
|
|
<p>However, if you or your practice have not received training on the Snyder HemBand System, you can request training online and we will contact you shortly to schedule.</p>
|
|
<div class="text-center my-4">
|
|
<div class="text-center my-4">
|
|
<a href="{{route('physicians.get-trained')}}" class="btn btn-pry px-5 py-3">Schedule Training</a>
|
|
<a href="{{route('physicians.get-trained')}}" class="btn btn-pry px-5 py-3">Schedule Training</a>
|
|
@@ -57,4 +76,4 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
-@endsection
|
|
|
|
|
|
+@endsection
|