home (projects) : dynamize steps
This commit is contained in:
parent
8bcba4ca9c
commit
837b741c47
4 changed files with 49 additions and 37 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue