|
@@ -64,7 +64,7 @@
|
|
@endphp
|
|
@endphp
|
|
<tr class="{{ $row->visit_number > 2 ? 'bgyellow':'' }} {{ $row->visit_number == 1 ? 'bggreen':'' }} {{ $row->visit_number == 2 ? 'bgblue':'' }} {{ $row->is_claim_closed ? 'claim-closed' : '' }}">
|
|
<tr class="{{ $row->visit_number > 2 ? 'bgyellow':'' }} {{ $row->visit_number == 1 ? 'bggreen':'' }} {{ $row->visit_number == 2 ? 'bgblue':'' }} {{ $row->is_claim_closed ? 'claim-closed' : '' }}">
|
|
<td class="text-nowrap text-right pr-2">{{$row->visit_number}}</td>
|
|
<td class="text-nowrap text-right pr-2">{{$row->visit_number}}</td>
|
|
- <td class="text-nowrap">{{$row->client_name}}</td>
|
|
|
|
|
|
+ <td class="text-nowrap"><a href="/patients/view/{{$row->client_uid}}">{{$row->client_name}}</a></td>
|
|
<td class="text-nowrap">{{$row->hcp_name}}</td>
|
|
<td class="text-nowrap">{{$row->hcp_name}}</td>
|
|
<td class="text-nowrap d-none">{{$row->na_name}}</td>
|
|
<td class="text-nowrap d-none">{{$row->na_name}}</td>
|
|
<td class="text-nowrap d-none">{{$row->chart_number}}</td>
|
|
<td class="text-nowrap d-none">{{$row->chart_number}}</td>
|