where('bid',$data['bid'])->first(); if(!$rec) { return self::create($data); } return $rec; } }