data=new Collection($data); } /** * @return \Illuminate\Support\Collection */ public function collection() { return $this->data; } }