'empty-state']; public function __construct($content) { $this->content = $content; } protected function assemble() { $this->add($this->content); } }