belongsToMany('Cart\Order\Models\Details'); } /** * The address that belong to the order. */ public function address(){ return $this->belongsTo('Cart\Order\Models\Address'); } }