|
@@ -6,7 +6,7 @@
|
|
<h4 class='my-3 d-flex'>
|
|
<h4 class='my-3 d-flex'>
|
|
<div>Care Months</div>
|
|
<div>Care Months</div>
|
|
<div class="ml-auto">
|
|
<div class="ml-auto">
|
|
- <!-- _ADD_NEW_LINK_ -->
|
|
|
|
|
|
+ <a class="btn btn-primary btn-sm" href="{{route('my_clients_SINGLE-ACTION_care_monthsAddNew', ['uid' => $record->uid])}}"><i class='fa fa-plus-circle' aria-hidden='true'></i> Add New</a>
|
|
</div>
|
|
</div>
|
|
</h4>
|
|
</h4>
|
|
|
|
|
|
@@ -21,7 +21,6 @@
|
|
<th>Cm Reason1</th>
|
|
<th>Cm Reason1</th>
|
|
<th>Cm Reason2</th>
|
|
<th>Cm Reason2</th>
|
|
<th>Cm Total Time In Seconds</th>
|
|
<th>Cm Total Time In Seconds</th>
|
|
-<th>Cm Total Time In Seconds By Ally</th>
|
|
|
|
<th>Cm Total Time In Seconds By Mcp</th>
|
|
<th>Cm Total Time In Seconds By Mcp</th>
|
|
<th>Is Client Enrolled In Cm</th>
|
|
<th>Is Client Enrolled In Cm</th>
|
|
<th>Is Client Enrolled In Rm</th>
|
|
<th>Is Client Enrolled In Rm</th>
|
|
@@ -31,8 +30,6 @@
|
|
<th>Rm Reason1</th>
|
|
<th>Rm Reason1</th>
|
|
<th>Rm Reason2</th>
|
|
<th>Rm Reason2</th>
|
|
<th>Rm Total Time In Seconds</th>
|
|
<th>Rm Total Time In Seconds</th>
|
|
-<th>Rm Total Time In Seconds By Ally</th>
|
|
|
|
-<th>Rm Total Time In Seconds By Mcp</th>
|
|
|
|
<th>Start Date</th>
|
|
<th>Start Date</th>
|
|
<th>Why Is Cm Canceled This Month</th>
|
|
<th>Why Is Cm Canceled This Month</th>
|
|
<th>Why Is Rm Canceled This Month</th>
|
|
<th>Why Is Rm Canceled This Month</th>
|
|
@@ -46,6 +43,9 @@
|
|
<th>Cm Bill Id</th>
|
|
<th>Cm Bill Id</th>
|
|
<th>Mcp Pro Id</th>
|
|
<th>Mcp Pro Id</th>
|
|
<th>Rm Bill Id</th>
|
|
<th>Rm Bill Id</th>
|
|
|
|
+<th>Cm Total Time In Seconds By Ally</th>
|
|
|
|
+<th>Rm Total Time In Seconds By Ally</th>
|
|
|
|
+<th>Rm Total Time In Seconds By Mcp</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
@@ -58,7 +58,6 @@
|
|
<td><?= $subRecord->cm_reason1 ?></td>
|
|
<td><?= $subRecord->cm_reason1 ?></td>
|
|
<td><?= $subRecord->cm_reason2 ?></td>
|
|
<td><?= $subRecord->cm_reason2 ?></td>
|
|
<td><?= $subRecord->cm_total_time_in_seconds ?></td>
|
|
<td><?= $subRecord->cm_total_time_in_seconds ?></td>
|
|
-<td><?= $subRecord->cm_total_time_in_seconds_by_ally ?></td>
|
|
|
|
<td><?= $subRecord->cm_total_time_in_seconds_by_mcp ?></td>
|
|
<td><?= $subRecord->cm_total_time_in_seconds_by_mcp ?></td>
|
|
<td><?= $subRecord->is_client_enrolled_in_cm ?></td>
|
|
<td><?= $subRecord->is_client_enrolled_in_cm ?></td>
|
|
<td><?= $subRecord->is_client_enrolled_in_rm ?></td>
|
|
<td><?= $subRecord->is_client_enrolled_in_rm ?></td>
|
|
@@ -68,8 +67,6 @@
|
|
<td><?= $subRecord->rm_reason1 ?></td>
|
|
<td><?= $subRecord->rm_reason1 ?></td>
|
|
<td><?= $subRecord->rm_reason2 ?></td>
|
|
<td><?= $subRecord->rm_reason2 ?></td>
|
|
<td><?= $subRecord->rm_total_time_in_seconds ?></td>
|
|
<td><?= $subRecord->rm_total_time_in_seconds ?></td>
|
|
-<td><?= $subRecord->rm_total_time_in_seconds_by_ally ?></td>
|
|
|
|
-<td><?= $subRecord->rm_total_time_in_seconds_by_mcp ?></td>
|
|
|
|
<td><?= $subRecord->start_date ?></td>
|
|
<td><?= $subRecord->start_date ?></td>
|
|
<td><?= $subRecord->why_is_cm_canceled_this_month ?></td>
|
|
<td><?= $subRecord->why_is_cm_canceled_this_month ?></td>
|
|
<td><?= $subRecord->why_is_rm_canceled_this_month ?></td>
|
|
<td><?= $subRecord->why_is_rm_canceled_this_month ?></td>
|
|
@@ -83,6 +80,9 @@
|
|
<td><?= $subRecord->cm_bill_id ?></td>
|
|
<td><?= $subRecord->cm_bill_id ?></td>
|
|
<td><?= $subRecord->mcp_pro_id ?></td>
|
|
<td><?= $subRecord->mcp_pro_id ?></td>
|
|
<td><?= $subRecord->rm_bill_id ?></td>
|
|
<td><?= $subRecord->rm_bill_id ?></td>
|
|
|
|
+<td><?= $subRecord->cm_total_time_in_seconds_by_ally ?></td>
|
|
|
|
+<td><?= $subRecord->rm_total_time_in_seconds_by_ally ?></td>
|
|
|
|
+<td><?= $subRecord->rm_total_time_in_seconds_by_mcp ?></td>
|
|
</tr>
|
|
</tr>
|
|
@endforeach
|
|
@endforeach
|
|
</tbody>
|
|
</tbody>
|