columns = $columns; $this->rows = $rows; $this->height = $height; } public function render() { return view('components.skeleton-table'); } }