text = $text ?: trans('common.no_data'); $this->link = $link; $this->btn = $btn; } public function render() { return view('components.no-data'); } }