Samson Mutunga 2 سال پیش
والد
کامیت
7f96502dd3

+ 1 - 17
resources/views/app/physicians/order-products.blade.php

@@ -33,24 +33,8 @@
       <div class="d-md-flex">
       <div class="d-md-flex">
         <a href="{{route('physicians.order-products-ligators')}}" class="d-flex align-items-center justify-content-center h-auto text-center text-white box-1 w-100">Ligators</a>
         <a href="{{route('physicians.order-products-ligators')}}" class="d-flex align-items-center justify-content-center h-auto text-center text-white box-1 w-100">Ligators</a>
         <a href="{{route('physicians.order-products-marketing')}}" class="d-flex align-items-center justify-content-center h-auto text-center text-white box-3 w-100">Marketing Materials</a>
         <a href="{{route('physicians.order-products-marketing')}}" class="d-flex align-items-center justify-content-center h-auto text-center text-white box-3 w-100">Marketing Materials</a>
-        <a href="{{route('physicians.order-products-obp')}}" class="d-flex align-items-center justify-content-center h-auto text-center box-4 w-100">OBP ANOSPEC anoscopes</a>
+        <a href="{{route('physicians.order-products-obp')}}" class="d-flex align-items-center justify-content-center h-auto text-center box-4 w-100">Anoscopes</a>
       </div>
       </div>
-      <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">
-        <div class="col-lg-4 col-md-6">
-          <h5 class="mt-4 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>
     </div>
   </div>
   </div>

+ 31 - 12
resources/views/app/physicians/order-products/ligators.blade.php

@@ -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

+ 2 - 0
resources/views/app/physicians/order-products/marketing.blade.php

@@ -126,6 +126,7 @@
           <button type="submit" class="btn btn-pry w-100 py-3">SUBMIT</button>
           <button type="submit" class="btn btn-pry w-100 py-3">SUBMIT</button>
         </form>
         </form>
       </div>
       </div>
+      {{--
       <div class="divider my-4"></div>
       <div class="divider my-4"></div>
       <div class="row align-items-center">
       <div class="row align-items-center">
         <div class="col-lg-2">
         <div class="col-lg-2">
@@ -162,6 +163,7 @@
           <h5 class="header">Symptom Questionnaire Form</h5>
           <h5 class="header">Symptom Questionnaire Form</h5>
         </div>
         </div>
       </div>
       </div>
+        --}}
     </div>
     </div>
   </div>
   </div>
 </div>
 </div>

+ 7 - 6
resources/views/app/physicians/order-products/obp.blade.php

@@ -8,7 +8,7 @@
                 <li class="breadcrumb-item"><a href="{{route('index')}}"><u>Home</u></a></li>
                 <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.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"><a href="{{route('physicians.order-products')}}"><u>Order Products</u></a></li>
-                <li class="breadcrumb-item active" aria-current="page">OBP Anoscopes</li>
+                <li class="breadcrumb-item active" aria-current="page">Anoscopes</li>
             </ol>
             </ol>
         </nav>
         </nav>
     </div>
     </div>
@@ -18,7 +18,7 @@
   <div class="container">
   <div class="container">
     <div class="row justify-content-center">
     <div class="row justify-content-center">
       <div class="col-lg-7 text-center">
       <div class="col-lg-7 text-center">
-        <h5 class="title m-0">OBP Anoscopes</h5>
+        <h5 class="title m-0">Anoscopes</h5>
       </div>
       </div>
     </div>
     </div>
   </div>
   </div>
@@ -30,10 +30,11 @@
       @include('app.physicians.order-products.sidenav')
       @include('app.physicians.order-products.sidenav')
     </div>
     </div>
     <div class="col-lg-8">
     <div class="col-lg-8">
-      <h4 class="header">Order your OBP ANOSPEC Anoscopes with Snyder HemBand</h4>
-      <p class="mt-4">We’re pleased to offer OBP ANOSPEC anoscopes through Snyder HemBand.</p>
-      <p>The OBP ANOSPEC is a completely hygienic, single-use anoscope that comes ready to use immediately. It features its own obturator and single-use LED light source that doesn’t require assembly or charging.</p>
-      <p>You can <a href="#">order them here</a>, call us at <a href="tel:{{ config('app.forPhysicianGeneralQuestionPhoneNumber') }}">{{ config('app.forPhysicianGeneralQuestionPhoneNumber') }}</a> , or submit an order form via fax or email <a href="mailto:support@hemband.com">support@hemband.com</a>.</p>
+      <h4 class="header">Order your Anoscopes with Snyder HemBand</h4>
+      <p class="mt-4">We’re pleased to offer Anoscopes with Snyder HemBand.</p>
+      <p>The Anoscope is a completely hygienic, single-use anoscope that comes ready to use immediately. It features its own obturator and single-use LED light source.</p>
+      <p>You can order them by calling us at <a href="tel:{{ config('app.forPhysicianGeneralQuestionPhoneNumber') }}">{{ config('app.forPhysicianGeneralQuestionPhoneNumber') }}</a> , or submit an order form via fax or email <a href="mailto:support@hemband.com">support@hemband.com</a>.</p>
+      <p></p>
     </div>
     </div>
   </div>
   </div>
 </div>
 </div>

+ 1 - 1
resources/views/app/physicians/order-products/sidenav.blade.php

@@ -5,5 +5,5 @@ $segment = Request::segment(3);
   <p><a class="sublinks {{!$segment ? 'active' : ''}}" href="{{route('physicians.order-products')}}">- ORDER PRODUCTS</a></p>
   <p><a class="sublinks {{!$segment ? 'active' : ''}}" href="{{route('physicians.order-products')}}">- ORDER PRODUCTS</a></p>
   <p><a class="sublinks {{$segment == 'ligators' ? 'active' : ''}}" href="{{route('physicians.order-products-ligators')}}">- LIGATORS</a></p>
   <p><a class="sublinks {{$segment == 'ligators' ? 'active' : ''}}" href="{{route('physicians.order-products-ligators')}}">- LIGATORS</a></p>
   <p><a class="sublinks {{$segment == 'marketing-materials' ? 'active' : ''}}" href="{{route('physicians.order-products-marketing')}}">- MARKETING MATERIALS</a></p>
   <p><a class="sublinks {{$segment == 'marketing-materials' ? 'active' : ''}}" href="{{route('physicians.order-products-marketing')}}">- MARKETING MATERIALS</a></p>
-  <p><a class="sublinks {{$segment == 'obp' ? 'active' : ''}}" href="{{route('physicians.order-products-obp')}}">- OBP ANOSCOPES</a></p>
+  <p><a class="sublinks {{$segment == 'obp' ? 'active' : ''}}" href="{{route('physicians.order-products-obp')}}">- ANOSCOPES</a></p>
 </div>
 </div>