dynamize project

This commit is contained in:
isUnknown 2024-11-05 14:26:23 +01:00
parent 4d1811830c
commit 801db754d2
3 changed files with 23 additions and 2 deletions

View file

@ -6,6 +6,7 @@ $children = $page->children()->map(function ($child) {
'uri' => $child->uri(),
'uri' => '/' . $child->uri(),
'modified' => $child->modified('Y-MM-d'),
'currentStep' => $child->currentStep()->value(),
'status' => $child->status(),
'logo' => $child->client()->toPage()->logo()->toFile()->url(),
];