Peter Muturi hace 2 años
padre
commit
4267c6c013

+ 3 - 0
public/css/style.css

@@ -502,6 +502,9 @@ p {
   .btn-pry, .btn-outline-pry{
     font-size: 16px
   }
+  .btn-fw button {
+    width: 100%;
+  }
   .top {
     background-image: none !important;
     /* min-height: auto; */

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

@@ -157,9 +157,9 @@
             <small class="text-danger"><i class="fas fa-exclamation-triangle mr-2"></i>Invalid</small>
             @enderror
         </div>
-        <div class="">
-            <button type="button" class="btn btn-outline-pry px-5 py-2 me-3" data-bs-toggle="modal" data-bs-target="#confirmClearForm">Clear Form</button>
-            <button type="submit" class="btn btn-pry px-5 py-2">Submit Order</button>
+        <div class="d-sm-flex btn-fw">
+            <button type="button" class="btn btn-outline-pry px-5 py-2 me-sm-3 mb-sm-0 mb-3 d-block" data-bs-toggle="modal" data-bs-target="#confirmClearForm">Clear Form</button>
+            <button type="submit" class="btn btn-pry px-5 py-2 d-block">Submit Order</button>
         </div>
         <div class="modal fade" id="confirmClearForm" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="confirmClearFormLabel" aria-hidden="true">
             <div class="modal-dialog modal-dialog-centered">

+ 3 - 3
resources/views/emails/physician-order-ligators.blade.php

@@ -8,8 +8,8 @@
         $data = $details['data'];
     ?>
 
-    <div><b>Order Date:</b>{{ $data->order_date }}</div>
-    <div><b>Postal Code:</b>{{ $data->postal_code }}</div>
+    <!-- <div><b>Order Date:</b>{{ $data->order_date }}</div> -->
+    <!-- <div><b>Postal Code:</b>{{ $data->postal_code }}</div> -->
     <div><b>Company Name:</b>{{ $data->company_name }}</div>
     <div><b>Group Npi:</b>{{ $data->group_npi }}</div>
     <div><b>Order Phyisician Name:</b>{{ $data->order_phyisician_name }}</div>
@@ -22,7 +22,7 @@
     <div><b>City:</b>{{ $data->city }}</div>
     <div><b>State:</b>{{ $data->state }}</div>
     <div><b>Zip:</b>{{ $data->zip }}</div>
-    <div><b>Quantity:</b>{{ $data->quantity }}</div>
+    <!-- <div><b>Quantity:</b>{{ $data->quantity }}</div> -->
     <div><b>Memo:</b>{{ $data->memo }}</div>
     <div><b>Delivery Option:</b>{{ $data->delivery_option }}</div>
     <div><b>Agrees To Terms:</b>{{ $data->agrees_to_terms }}</div>