*/ protected $fillable = [ 'LinkedMSISDN', 'TmCode', 'OMProductId', 'Name', 'Description', ]; public function msisdn() { return $this->belongsToMany(Msisdn::class, 'pivot_msisdn_products', 'idProducts', 'idMsisdn'); } }