belongsTo('App\Models\Recipes','recipe_id','id'); } public function orders() { return $this->belongsTo('App\Models\Orders', 'order_id', 'id'); } }