|
@@ -24,7 +24,7 @@
|
|
|
<th class="border-0">Age</th>
|
|
|
<th class="border-0">Sex</th>
|
|
|
<th class="border-0">Insurance</th>
|
|
|
- <th class="border-0">MCP</th>
|
|
|
+ <th class="border-0">HCP</th>
|
|
|
<th class="border-0">Time</th>
|
|
|
<th class="border-0">Status</th>
|
|
|
</tr>
|
|
@@ -32,7 +32,6 @@
|
|
|
<tbody>
|
|
|
@foreach($appointments as $appointment)
|
|
|
<tr>
|
|
|
-
|
|
|
<td class="text-nowrap">
|
|
|
<a native target="_blank" href="{{route('patients.view.dashboard', $appointment->client)}}">
|
|
|
{{$appointment->client->chart_number}}
|
|
@@ -62,7 +61,7 @@
|
|
|
@endif
|
|
|
</div>
|
|
|
</td>
|
|
|
- <td>{{ $appointment->client->mcp->displayName() }}</td>
|
|
|
+ <td>{{ $appointment->pro->displayName() }}</td>
|
|
|
<td>
|
|
|
<a href="/patients/view/{{$appointment->client->uid}}/calendar/{{$appointment->uid}}" class="text-nowrap">
|
|
|
{{friendlier_date_time($appointment->raw_date . ' ' . $appointment->raw_start_time)}}
|