|
@@ -52,8 +52,8 @@
|
|
|
@foreach ($clients as $client)
|
|
|
<tr>
|
|
|
|
|
|
- <td>
|
|
|
- <a href="{{route('patients.view.dashboard', ['patient' => $client])}}">{{ $client->displayName() }}</a>
|
|
|
+ <td class="pl-3">
|
|
|
+ <a href="{{route('patients.view.dashboard', ['patient' => $client])}}"><b>{{ $client->displayName() }}</b></a>
|
|
|
<div class="mt-1 text-secondary text-sm">{{friendlier_date_time($client->created_at)}}</div>
|
|
|
</td>
|
|
|
<td>{{ friendlier_date_time($client->dob, false) }}</td>
|