url(); $logoAriaLabel = "Go to {$site->title()}'s CV page"; // Get items from image gallery structure field $galleryItems = $site->image_gallery()->toStructure(); // Return home controller data return compact( 'galleryItems', 'logoAriaLabel', 'logoHref', ); };