|
@@ -22,8 +22,8 @@
|
|
<a href="#" data-target-key="device-allocation" class="d-block py-1 border-bottom text-nowrap">Device Allocation</a>
|
|
<a href="#" data-target-key="device-allocation" class="d-block py-1 border-bottom text-nowrap">Device Allocation</a>
|
|
<a href="#" data-target-key="shipment-to-manager" class="d-block py-1 border-bottom text-nowrap">Shipment To Manager</a>
|
|
<a href="#" data-target-key="shipment-to-manager" class="d-block py-1 border-bottom text-nowrap">Shipment To Manager</a>
|
|
<a href="#" data-target-key="receipt-by-manager" class="d-block py-1 border-bottom text-nowrap">Receipt By Manager</a>
|
|
<a href="#" data-target-key="receipt-by-manager" class="d-block py-1 border-bottom text-nowrap">Receipt By Manager</a>
|
|
- <a href="#" data-target-key="shipment-to-client" class="d-block py-1 border-bottom text-nowrap">Shipment To Client</a>
|
|
|
|
- <a href="#" data-target-key="receipt-by-client" class="d-block py-1 border-bottom text-nowrap">Receipt By Client</a>
|
|
|
|
|
|
+ <a href="#" data-target-key="shipment-to-client" class="d-block py-1 border-bottom text-nowrap">Shipment To Patient</a>
|
|
|
|
+ <a href="#" data-target-key="receipt-by-client" class="d-block py-1 border-bottom text-nowrap">Receipt By Patient</a>
|
|
<a href="#" data-target-key="app-installation" class="d-block py-1 border-bottom text-nowrap">App Installation</a>
|
|
<a href="#" data-target-key="app-installation" class="d-block py-1 border-bottom text-nowrap">App Installation</a>
|
|
<a href="#" data-target-key="patient-ready" class="d-block py-1 border-bottom text-nowrap">Patient Ready</a>
|
|
<a href="#" data-target-key="patient-ready" class="d-block py-1 border-bottom text-nowrap">Patient Ready</a>
|
|
<a href="#" data-target-key="study-data-status" class="d-block py-1 border-bottom text-nowrap">Study Data Status</a>
|
|
<a href="#" data-target-key="study-data-status" class="d-block py-1 border-bottom text-nowrap">Study Data Status</a>
|
|
@@ -80,19 +80,19 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="border-bottom pb-4" data-key="shipment-to-manager">
|
|
<div class="border-bottom pb-4" data-key="shipment-to-manager">
|
|
- <h4 class="p-2 bg-light font-weight-bold d-block py-1 border-bottom text-nowrap">Shipment To Manager</h4>
|
|
|
|
|
|
+ @include('app.patient.sleep-study.shipment-to-manager')
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="border-bottom pb-4" data-key="receipt-by-manager">
|
|
<div class="border-bottom pb-4" data-key="receipt-by-manager">
|
|
- <h4 class="p-2 bg-light font-weight-bold d-block py-1 border-bottom text-nowrap">Receipt By Manager</h4>
|
|
|
|
|
|
+ @include('app.patient.sleep-study.receipt-by-manager')
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="border-bottom pb-4" data-key="shipment-to-client">
|
|
<div class="border-bottom pb-4" data-key="shipment-to-client">
|
|
- <h4 class="p-2 bg-light font-weight-bold d-block py-1 border-bottom text-nowrap">Shipment To Client</h4>
|
|
|
|
|
|
+ @include('app.patient.sleep-study.shipment-to-client')
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="border-bottom pb-4" data-key="receipt-by-client">
|
|
<div class="border-bottom pb-4" data-key="receipt-by-client">
|
|
- <h4 class="p-2 bg-light font-weight-bold d-block py-1 border-bottom text-nowrap">Receipt By Client</h4>
|
|
|
|
|
|
+ @include('app.patient.sleep-study.receipt-by-client')
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="border-bottom pb-4" data-key="app-installation">
|
|
<div class="border-bottom pb-4" data-key="app-installation">
|