|
@@ -80,6 +80,10 @@
|
|
|
</div>
|
|
|
</li>
|
|
|
</ul>
|
|
|
+ {{-- if pro is working on a client and is not in tht client --}}
|
|
|
+ <div class="current-work mr-2">
|
|
|
+ @include('app/current-work')
|
|
|
+ </div>
|
|
|
<a href="#" class="mr-2 text-white small" onclick="fastReload()"><i class="fa fa-sync"></i></a>
|
|
|
<div class="d-inline-flex pr-2 mcp-theme-1 position-relative">
|
|
|
<input id="patient-search" type="search" class="form-control form-control-sm outline-0" autocomplete="off" placeholder="Search Patients">
|
|
@@ -132,11 +136,6 @@
|
|
|
|
|
|
</main><!-- /.container -->
|
|
|
|
|
|
- {{-- if pro is working on a client and is not in tht client --}}
|
|
|
- <div class="current-work">
|
|
|
- @include('app/current-work')
|
|
|
- </div>
|
|
|
-
|
|
|
<!-- shortcut/suggest component -->
|
|
|
<link href="/css/shortcut.css" rel=stylesheet>
|
|
|
<script src="/js/shortcut.js" type="application/javascript"></script>
|