[ 'name' => $attributes['service_name'], 'url' => $attributes['service_url'], 'photo' => $attributes['service_photo'], ], ); } protected function user(): Attribute { return Attribute::get( get: fn ($value, $attributes) => [ 'name' => $attributes['user_name'], 'url' => $attributes['user_url'], 'photo' => $attributes['user_photo'], ], ); } }