|
@@ -27,8 +27,8 @@
|
|
<select class="ml-3 max-width-200px form-control form-control-sm"
|
|
<select class="ml-3 max-width-200px form-control form-control-sm"
|
|
onchange="fastLoad('/practice-management/remote-monitoring?fmd={{request()->input('fmd')}}&fcomm=' + this.value + '{{$dateInput}}', true, false, false)">
|
|
onchange="fastLoad('/practice-management/remote-monitoring?fmd={{request()->input('fmd')}}&fcomm=' + this.value + '{{$dateInput}}', true, false, false)">
|
|
<option value="all" {{ !request()->input('fcomm') || request()->input('fcomm') === 'all' ? 'selected' : '' }}>All</option>
|
|
<option value="all" {{ !request()->input('fcomm') || request()->input('fcomm') === 'all' ? 'selected' : '' }}>All</option>
|
|
- <option value="0" {{ request()->input('fcomm') === '0' ? 'selected' : '' }}>Patients with whom comm. not done</option>
|
|
|
|
- <option value="1" {{ request()->input('fcomm') === '1' ? 'selected' : '' }}>Patients with whom comm. done</option>
|
|
|
|
|
|
+ <option value="not-done" {{ request()->input('fcomm') === 'not-done' ? 'selected' : '' }}>Patients with whom comm. not done</option>
|
|
|
|
+ <option value="done" {{ request()->input('fcomm') === 'done' ? 'selected' : '' }}>Patients with whom comm. done</option>
|
|
</select>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
<div class="card-body p-0">
|
|
<div class="card-body p-0">
|