浏览代码

server fixes

Samson 2 年之前
父节点
当前提交
fede836902

二进制
public/img/root@67.205.111.90


二进制
public/order_form.pdf


+ 11 - 4
resources/views/app/physicians/order-products/forms/place-order.blade.php

@@ -1,5 +1,5 @@
 <div class="bg-light border p-4 mb-4" id="formComponent">
-    <form class="" action="{{ route('physicians.submit-order-ligators') }}" method="post" autocomplete="off">
+    <form class="" action="{{ route('physicians.submit-order-ligators') }}" method="post" autocomplete="off" id="order-form">
         @csrf
         <div class="row">
             <div class="col-12">
@@ -54,7 +54,7 @@
         </div>
         <div class="row">
             <div class="col-lg-6 form-group mb-4">
-                <label>Order physician name: <span class="text-danger">*</span></label>
+                <label>Ordering physician name: <span class="text-danger">*</span></label>
                 <input type="text" class="form-control rounded-0 py-3" name="order_phyisician_name" required value="{{ old('order_phyisician_name') }}">
                 @error('order_phyisician_name')
                   <small class="text-warning">{{$message}}</small>
@@ -161,10 +161,17 @@
                                 <small class="text-warning">{{$message}}</small>
                             @enderror
                         </td>
-                        <td class="p-3 v-center">$70.00 per unit</td>
+			<td class="p-3 v-center">
+				<div class="mb-2" style="text-decoration: line-through">
+					$70 per unit
+				</div>
+				<div style="font-weight: bold">
+					$35.00 per unit
+				</div>
+			</td>
                         <td class="p-3 v-center">
                             <div class="d-flex align-items-baseline">
-                                <span>$</span> <input type="text" name="total" disabled class="form-control border-0 bg-transparent text-center rounded-0 border-bottom border-dark" :value="quantity * 70 || ''">
+                                <span>$</span> <input type="text" name="total" disabled class="form-control border-0 bg-transparent text-center rounded-0 border-bottom border-dark" :value="quantity * 35 || ''">
                             </div>
                         </td>
                     </tr>

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

@@ -31,11 +31,11 @@
     </div>
     <div class="col-lg-8">
       <h4 class="header">Order Snyder HemBand Ligators Today</h4>
-      <p class="mt-3 mb-4">If you are a licensed healthcare practitioner in the United States, you’re eligible to order the Snyder HemBand using this online form. You may also use <u><a href="https://23496735.fs1.hubspotusercontent-na1.net/hubfs/23496735/HemBand%20with%20Integrated%20Obturator%20-%20Order%20Form.pdf" target="_blank">this PDF-based form</a></u> to order via fax or email.</p>
+      <p class="mt-3 mb-4">If you are a licensed healthcare practitioner in the United States, you’re eligible to order the Snyder HemBand using this online form. You may also use <u><a href="{{asset('order_form.pdf')}}" target="_blank">this PDF-based form</a></u> to order via fax or email.</p>
 
      @include('app.physicians.order-products.forms.place-order')
 
-      <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>Need training? We're here to help. We can arrange virtual or in-person training sessions for both healthcare providers and members of the support staff.</p>
       <div class="text-center my-4">
         <a href="{{route('physicians.get-trained')}}" class="btn btn-success btn-lg rounded-0 px-5 py-2">Schedule Training</a>
       </div>

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

@@ -40,7 +40,7 @@
         </div>
       </div>
       <div class="bg-light border p-4 mb-4" id="formComponent">
-          <form class="" action="{{ route('physicians.submit-request-samples') }}" method="post" autocomplete="off">
+          <form class="" id="sample-request-form" action="{{ route('physicians.submit-request-samples') }}" method="post" autocomplete="off">
               @csrf
               <div class="row">
                   <div class="col-12">
@@ -79,7 +79,7 @@
               </div>
               <div class="row">
                   <div class="col-lg-6 form-group mb-4">
-                      <label>Order physician name: <span class="text-danger">*</span></label>
+                      <label>Ordering physician name: <span class="text-danger">*</span></label>
                       <input type="text" class="form-control rounded-0 py-3" name="order_phyisician_name" required value="{{ old('order_phyisician_name') }}">
                       @error('order_phyisician_name')
                         <small class="text-warning">{{$message}}</small>

+ 3 - 0
resources/views/layouts/base.blade.php

@@ -57,6 +57,9 @@
 
   gtag('config', 'UA-251765041-1');
 </script>
+<!-- Start of HubSpot Embed Code -->
+<script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/23496735.js"></script>
+<!-- End of HubSpot Embed Code -->
 </head>
 
 <body>