|
@@ -62,8 +62,8 @@
|
|
|
{{$coverage->toString()}}
|
|
|
@endif
|
|
|
</td>
|
|
|
- <td>{{$patient->lastMcpAppointment() ? $patient->lastMcpAppointment()->start_date : '-'}}</td>
|
|
|
- <td>{{$patient->nextMcpAppointment() ? $patient->nextMcpAppointment()->start_date : '-'}}</td>
|
|
|
+ <td>{{$patient->lastMcpAppointment() ? $patient->lastMcpAppointment()->raw_date : '-'}}</td>
|
|
|
+ <td>{{$patient->nextMcpAppointment() ? $patient->nextMcpAppointment()->raw_date : '-'}}</td>
|
|
|
<td>{{$patient->nextMcpAppointment() ? $patient->nextMcpAppointment()->status : '-'}}</td>
|
|
|
<td>{{$patient->is_enrolled_in_cm ? 'Yes' : 'No'}}</td>
|
|
|
<td>{{$patient->is_enrolled_in_rm ? 'Yes' : 'No'}}</td>
|