belongsTo(Order::class); } public function suggestsDetail() { return $this->hasMany(SuggestsDetail::class); } }