|
@@ -78,7 +78,7 @@
|
|
@foreach($subRecords as $subRecord)
|
|
@foreach($subRecords as $subRecord)
|
|
<tr>
|
|
<tr>
|
|
<td><a href="/bills/view/{{ $subRecord->uid }}"><i class="fas fa-share-square"></i></a></td>
|
|
<td><a href="/bills/view/{{ $subRecord->uid }}"><i class="fas fa-share-square"></i></a></td>
|
|
-<td><?= friendly_date_time($record->created_at) ?></td>
|
|
|
|
|
|
+<td><?= friendly_date_time($subRecord->created_at) ?></td>
|
|
<td><?= $subRecord->type ?></td>
|
|
<td><?= $subRecord->type ?></td>
|
|
<td><?= $subRecord->bill_service_type ?></td>
|
|
<td><?= $subRecord->bill_service_type ?></td>
|
|
<td><?= $subRecord->cm_expected_payment_amount ?></td>
|
|
<td><?= $subRecord->cm_expected_payment_amount ?></td>
|
|
@@ -99,8 +99,8 @@
|
|
<td><?= $subRecord->is_signed_by_rme ?></td>
|
|
<td><?= $subRecord->is_signed_by_rme ?></td>
|
|
<td><?= $subRecord->is_signed_by_rmm ?></td>
|
|
<td><?= $subRecord->is_signed_by_rmm ?></td>
|
|
<td><?= $subRecord->is_submitted ?></td>
|
|
<td><?= $subRecord->is_submitted ?></td>
|
|
-<td><?= friendly_date_time($record->marked_cancelled_at) ?></td>
|
|
|
|
-<td><?= friendly_date_time($record->marked_submitted_at) ?></td>
|
|
|
|
|
|
+<td><?= friendly_date_time($subRecord->marked_cancelled_at) ?></td>
|
|
|
|
+<td><?= friendly_date_time($subRecord->marked_submitted_at) ?></td>
|
|
<td><?= $subRecord->modifier ?></td>
|
|
<td><?= $subRecord->modifier ?></td>
|
|
<td><?= $subRecord->number_of_units ?></td>
|
|
<td><?= $subRecord->number_of_units ?></td>
|
|
<td><?= $subRecord->reason1 ?></td>
|
|
<td><?= $subRecord->reason1 ?></td>
|
|
@@ -112,10 +112,10 @@
|
|
<td><?= $subRecord->rmm_expected_payment_amount ?></td>
|
|
<td><?= $subRecord->rmm_expected_payment_amount ?></td>
|
|
<td><?= $subRecord->rmm_payment_amount ?></td>
|
|
<td><?= $subRecord->rmm_payment_amount ?></td>
|
|
<td><?= $subRecord->service_location ?></td>
|
|
<td><?= $subRecord->service_location ?></td>
|
|
-<td><?= friendly_date_time($record->signed_by_cm_at) ?></td>
|
|
|
|
-<td><?= friendly_date_time($record->signed_by_hcp_at) ?></td>
|
|
|
|
-<td><?= friendly_date_time($record->signed_by_rme_at) ?></td>
|
|
|
|
-<td><?= friendly_date_time($record->signed_by_rmm_at) ?></td>
|
|
|
|
|
|
+<td><?= friendly_date_time($subRecord->signed_by_cm_at) ?></td>
|
|
|
|
+<td><?= friendly_date_time($subRecord->signed_by_hcp_at) ?></td>
|
|
|
|
+<td><?= friendly_date_time($subRecord->signed_by_rme_at) ?></td>
|
|
|
|
+<td><?= friendly_date_time($subRecord->signed_by_rmm_at) ?></td>
|
|
<td><?= $subRecord->created_by_session_id ?></td>
|
|
<td><?= $subRecord->created_by_session_id ?></td>
|
|
<td><?= $subRecord->care_month_id ?></td>
|
|
<td><?= $subRecord->care_month_id ?></td>
|
|
<td><?= $subRecord->client_id ?></td>
|
|
<td><?= $subRecord->client_id ?></td>
|