cycle = $cycle ?? 'dynamic'; } /** * Get the view / contents that represent the component. * * @return string */ public function render(): string { return trans('hosts.'.$this->cycle); } }