|
@@ -27,13 +27,14 @@
|
|
|
|
|
|
<div class="d-flex px-2 border-bottom mb-2 {{ $client ? '' : 'justify-content-center' }}">
|
|
|
@if($client)
|
|
|
- <div class="py-2 font-weight-normal mcp-theme-1 flex-grow-1">
|
|
|
- <i class="fa fa-user-injured small mr-2"></i><a href="#" onclick="return window.top.openInLHS('/patients/view/{{$client->uid}}')">
|
|
|
+ <div class="py-2 font-weight-normal mcp-theme-1 d-inline-flex align-items-center flex-grow-1">
|
|
|
+ <i class="fa fa-user-injured small mr-2"></i>
|
|
|
+ <a href="#" onclick="return window.top.openInLHS('/patients/view/{{$client->uid}}')">
|
|
|
<span class="font-weight-bold">{{ $client->displayName() }}</span>
|
|
|
- <span class="text-secondary ml-3">{{ $pro->displayName() }}</span>
|
|
|
- <span class="text-secondary ml-3">{{ $session->uid }}</span>
|
|
|
- <span class="text-secondary ml-3">{{ date('H:i:s') }}</span>
|
|
|
</a>
|
|
|
+ <span class="text-secondary ml-3">{{ $pro->displayName() }}</span>
|
|
|
+ <span class="text-secondary ml-3">{{ $session->uid }}</span>
|
|
|
+ <span class="text-secondary ml-3">{{ date('H:i:s') }}</span>
|
|
|
</div>
|
|
|
@endif
|
|
|
|