|
@@ -27,11 +27,11 @@
|
|
|
<td>{{ friendly_date_time($row->effective_date, false) }}</td>
|
|
|
<td>
|
|
|
@if($row->client)
|
|
|
- <a target="_blank" native href="{{route('patients.view.dashboard', $row->client)}}">
|
|
|
- {{$row->client->displayName()}}
|
|
|
- </a>
|
|
|
- @else
|
|
|
- -
|
|
|
+ <a target="_blank" native href="{{route('patients.view.dashboard', $row->client)}}">
|
|
|
+ {{$row->client->displayName()}}
|
|
|
+ </a>
|
|
|
+ @else
|
|
|
+ --
|
|
|
@endif
|
|
|
</td>
|
|
|
<td>{{ $row->code }}</td>
|