<?php } ?>
<td class="bg-success">
<div>План: <b><?= ($userSummaryPlan[$user->id]['shifts'] ?? '0'); ?></b></div>
- <div>Факт: <b><?= ($userSummaryFact[$user->id]['shifts'] ?? '0'); ?></b></div>
+ <div>Факт: <b><?= ($userSummaryFactModel[$user->id]['shifts'] ?? '0'); ?></b></div>
</td>
<td>
<div>План: <b><?= ($userSummaryPlan[$user->id]['time'] ?? '0'); ?> ч.</b></div>
- <div>Факт: <b><?= ($userSummaryFact[$user->id]['time'] ?? '0'); ?> ч.</b></div>
+ <div>Факт: <b><?= ($userSummaryFactModel[$user->id]['time'] ?? '0'); ?> ч.</b></div>
</td>
</tr>
<?php } ?>