|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
@section('content')
|
|
@section('content')
|
|
|
|
|
|
- <div class="p-3 mcp-theme-1" id="practice-remote-monitoring">
|
|
|
|
|
|
+ <div class="p-3 mcp-theme-1" id="admin-remote-monitoring">
|
|
|
|
|
|
<div class="card">
|
|
<div class="card">
|
|
|
|
|
|
@@ -79,7 +79,7 @@
|
|
<a href="{{route('practice-management.remote-monitoring-admin')}}?m={{request()->input('m')}}&y={{request()->input('y')}}&rc=10&rc2=2" class="border p-2 mr-2 {{$rc2 == 2 ? 'bg-aliceblue font-weight-bold' : ''}}" >Billing Minutes >= 20</a>
|
|
<a href="{{route('practice-management.remote-monitoring-admin')}}?m={{request()->input('m')}}&y={{request()->input('y')}}&rc=10&rc2=2" class="border p-2 mr-2 {{$rc2 == 2 ? 'bg-aliceblue font-weight-bold' : ''}}" >Billing Minutes >= 20</a>
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|
|
- <table class="table table-sm table-striped table-hover p-0 m-0 foo-bar-t">
|
|
|
|
|
|
+ <table class="table table-sm table-striped table-hover p-0 m-0 foo-bar-t" id="admin-table-rm-matrix">
|
|
<thead class="bg-light">
|
|
<thead class="bg-light">
|
|
<tr>
|
|
<tr>
|
|
<th class="border-0">Patient</th>
|
|
<th class="border-0">Patient</th>
|
|
@@ -140,4 +140,14 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <script>
|
|
|
|
+ (function() {
|
|
|
|
+ function init() {
|
|
|
|
+ $('#admin-table-rm-matrix').DataTable({
|
|
|
|
+ "pageLength": 100
|
|
|
|
+ });
|
|
|
|
+ }
|
|
|
|
+ addMCInitializer('admin-remote-monitoring', init, '#admin-remote-monitoring');
|
|
|
|
+ }).call(window);
|
|
|
|
+ </script>
|
|
@endsection
|
|
@endsection
|