|
@@ -298,10 +298,10 @@
|
|
{{-- {{ $loopLastDateSeenByMcpTypePro }}--}}
|
|
{{-- {{ $loopLastDateSeenByMcpTypePro }}--}}
|
|
{{-- </td>--}}
|
|
{{-- </td>--}}
|
|
<td>
|
|
<td>
|
|
- {{ $note->is_signed_by_hcp ? 'Yes' : 'No' }}
|
|
|
|
|
|
+ {{ $note->is_signed_by_hcp ? 'Signed' : 'No' }}
|
|
</td>
|
|
</td>
|
|
- <td>{{ $note->is_bill_closed ? 'Yes' : 'No' }}</td>
|
|
|
|
- <td>{{ $note->is_claim_closed ? 'Yes' : 'No' }}</td>
|
|
|
|
|
|
+ <td>{!! $note->is_bill_closed ? '<i class="fa fa-check"></i> Billing Closed' : 'Billing Not Closed' !!}</td>
|
|
|
|
+ <td>{!! $note->is_claim_closed ? '<i class="fa fa-check"></i> Claiming Closed' : 'Claiming Not Closed' !!}</td>
|
|
{{-- <td><div style="max-height: 200px; overflow-y: auto;">{!! $content !!}</div></td>--}}
|
|
{{-- <td><div style="max-height: 200px; overflow-y: auto;">{!! $content !!}</div></td>--}}
|
|
|
|
|
|
<td class="p-0">
|
|
<td class="p-0">
|