|
@@ -7,6 +7,12 @@
|
|
href="" data-target-uid="{{$client->uid}}" {!! $client->mcp ? '' : 'title="Unclaimed Patient"' !!}>
|
|
href="" data-target-uid="{{$client->uid}}" {!! $client->mcp ? '' : 'title="Unclaimed Patient"' !!}>
|
|
<img src="/img/bluecircle.png" alt="Unclaimed Patient" class="mr-1 {{$client->mcp ? 'claimed' : 'unclaimed'}}">
|
|
<img src="/img/bluecircle.png" alt="Unclaimed Patient" class="mr-1 {{$client->mcp ? 'claimed' : 'unclaimed'}}">
|
|
{{$client->displayName()}}
|
|
{{$client->displayName()}}
|
|
|
|
+ @if($client->client_engagement_status_category == 'DUMMY')
|
|
|
|
+ [Test Record]
|
|
|
|
+ @endif
|
|
|
|
+ @if($client->client_engagement_status_category == 'DUPLICATE')
|
|
|
|
+ [Duplicate Record]
|
|
|
|
+ @endif
|
|
{!! $client->cell_number ? '<span class="text-sm text-secondary ml-1">(' . $client->cell_number . ')</span>' : '' !!}
|
|
{!! $client->cell_number ? '<span class="text-sm text-secondary ml-1">(' . $client->cell_number . ')</span>' : '' !!}
|
|
</a>
|
|
</a>
|
|
<?php $activeSet = true; ?>
|
|
<?php $activeSet = true; ?>
|