Bladeren bron

Account indicator in patients list

Vijayakrishnan 4 jaren geleden
bovenliggende
commit
5b3009ee13
1 gewijzigde bestanden met toevoegingen van 8 en 0 verwijderingen
  1. 8 0
      resources/views/app/patients.blade.php

+ 8 - 0
resources/views/app/patients.blade.php

@@ -55,6 +55,7 @@
                     <th class="border-0">PCP</th>
                     {{--<th class="border-0">RMM</th>--}}
                     <th class="border-0">Appointments</th>
+                    <th class="border-0">Account</th>
                 </tr>
                 </thead>
                 <tbody>
@@ -180,6 +181,13 @@
                                 </tbody>
                             </table>
                         </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>
                 @endforeach
                 </tbody>