|
@@ -60,7 +60,6 @@
|
|
|
<option value="erx" {{$type === 'erx' ? 'selected' : ''}}>ERx</option>
|
|
|
<option value="lab" {{$type === 'lab' ? 'selected' : ''}}>Lab Orders</option>
|
|
|
<option value="imaging" {{$type === 'imaging' ? 'selected' : ''}}>Imaging Orders</option>
|
|
|
- <option value="equipment" {{$type === 'equipment' ? 'selected' : ''}}>Equipment Orders</option>
|
|
|
</select>
|
|
|
<select class="ml-2 max-width-200px form-control form-control-sm pr-2"
|
|
|
v-model="statusFilter">
|
|
@@ -79,9 +78,6 @@
|
|
|
@if($type === '' || $type === 'imaging')
|
|
|
@include('app.patient.tickets.imaging')
|
|
|
@endif
|
|
|
- @if($type === '' || $type === 'equipment')
|
|
|
- @include('app.patient.tickets.equipment')
|
|
|
- @endif
|
|
|
|
|
|
@include('app.patient.tickets.ticket_send_fax_form')
|
|
|
</div>
|