@if(!count($clients)) No matching patients! @endif @foreach($clients as $client) mcp_pro_id ? '' : 'title="Unclaimed Patient"' !!}> Unclaimed Patient name_last . ', ' . $client->name_first; if($client->client_engagement_status_category == 'DUMMY') { $name .= ' [Test Record]'; } if($client->client_engagement_status_category == 'DUPLICATE') { $name .= ' [Duplicate Record]'; } ?> {{$name}} {!! $client->cell_number ? ' - ' . $client->cell_number . '' : '' !!} {!! $client->dob ? ' - ' . $client->dob . '' : '' !!} @endforeach