home (projects) : dynamize steps

This commit is contained in:
isUnknown 2024-11-21 11:27:14 +01:00
parent 8bcba4ca9c
commit 837b741c47
4 changed files with 49 additions and 37 deletions

View file

@ -10,6 +10,7 @@ $children = $page->children()->filter(function ($child) {
'currentStep' => $child->currentStep()->value(),
'status' => $child->status(),
'logo' => $child->client()->toPage()->logo()->toFile()->url(),
'steps' => $child->getSteps()
];
})->values();