|
@@ -55,6 +55,7 @@
|
|
<th class="border-0">PCP</th>
|
|
<th class="border-0">PCP</th>
|
|
{{--<th class="border-0">RMM</th>--}}
|
|
{{--<th class="border-0">RMM</th>--}}
|
|
<th class="border-0">Appointments</th>
|
|
<th class="border-0">Appointments</th>
|
|
|
|
+ <th class="border-0">Account</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
@@ -180,6 +181,13 @@
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
</td>
|
|
</td>
|
|
|
|
+ <td>
|
|
|
|
+ @if($patient->accountClient)
|
|
|
|
+ <span class="font-weight-bold text-info"><i class="fa fa-check"></i></span>
|
|
|
|
+ @else
|
|
|
|
+ <span class="text-secondary">-</span>
|
|
|
|
+ @endif
|
|
|
|
+ </td>
|
|
</tr>
|
|
</tr>
|
|
@endforeach
|
|
@endforeach
|
|
</tbody>
|
|
</tbody>
|